This repository contains the source for building a Mattermost application as a reproducible Docker image using source-to-image.
The resulting image can be run using Docker.
For more information about using these images with OpenShift, please see the official OpenShift Documentation.
To build the Mattermost image
```
$ git clone https://github.com/goern/s2i-mattermost.git
$ cd s2i-mattermost
$ make
```
This repository also provides a S2I test framework, which launches tests to check functionality of a Mattermost application built on top of the s2i-mattermost image.
```
$ cd s2i-mattermost
$ make test
```
- S2I indicator - s2i
- Framework name (lowercase) - mattermost
- Platform version (without dots) - 310
- Base builder image - centos7
Examples: goern/s2i-mattermost-310-centos7