Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

goern/s2i-mattermost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mattermost Source-to-Image Docker images

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.

Installation

To build the Mattermost image

```
$ git clone https://github.com/goern/s2i-mattermost.git
$ cd s2i-mattermost
$ make
```

Test

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
```

Image name schema

  1. S2I indicator - s2i
  2. Framework name (lowercase) - mattermost
  3. Platform version (without dots) - 310
  4. Base builder image - centos7

Examples: goern/s2i-mattermost-310-centos7