Jesús Espino e980dd7bd3 Configurable dev environment (#14869) 5 years ago
..
docker e980dd7bd3 Configurable dev environment (#14869) 5 years ago
docker-compose-generator e980dd7bd3 Configurable dev environment (#14869) 5 years ago
Dockerfile 10af90fa27 Update Dockerfile (#14946) 5 years ago
Dockerfile.buildenv 0340eb466f IS-364: Bump golang build image. (#14134) 5 years ago
Jenkinsfile.branch 0340eb466f IS-364: Bump golang build image. (#14134) 5 years ago
Jenkinsfile.pr 4fe52d677c MM-24652: Bump golangci to 1.25.1 (#14409) 5 years ago
MIT-COMPILED-LICENSE.md 24667e3e54 Fixed copyright dates (#6109) 8 years ago
PRIVACY_POLICY.md 659af08ee4 Update PRIVACY_POLICY.md (#10287) 6 years ago
README.md 0340eb466f IS-364: Bump golang build image. (#14134) 5 years ago
docker-compose.common.yml e980dd7bd3 Configurable dev environment (#14869) 5 years ago
docker-compose.yml e980dd7bd3 Configurable dev environment (#14869) 5 years ago
entrypoint.sh 0fec6db7fc move dockerfile to server repo (#11374) 6 years ago
legacy.mk bc496a0d96 Add the old fmt and vet targets to legacy.mk (#13202) 6 years ago
local-test-env.sh 0340eb466f IS-364: Bump golang build image. (#14134) 5 years ago
plugin-production-public-key.gpg afd54413f7 MM-21769 - Validate plugin bundle and signature files when pac… (#13629) 5 years ago
release.mk 28ef877876 (IS-302) Streamling process to download pre-built binaries (#13830) 5 years ago

README.md

About this folder

This folder contains some files that we use to build the mattermost-server using Jenkins and other files like privacy policy and licenses.

PRs opened against the mattermost-server repository will use the file called Jenkinsfile.pr

The Dockerfile in this folder (Dockerfile.buildenv) is the build environment for our current builds you can find the docker image to download here or build your own.

Docker Image for building the Server

We have a docker image to build mattermost-server and it is based on Go docker image.

In our Docker Hub Repository we have the following images:

  • mattermost/mattermost-build-server:dec-7-2018 which is based on Go 1.11 you can use for MM versions <= 5.8.0
  • mattermost/mattermost-build-server:feb-28-2019 which is based on Go 1.12 you can use for MM versions >= 5.9.0 <= 5.15.0
  • mattermost/mattermost-build-server:sep-17-2019 which is based on Go 1.12.9 you can use for MM versions >= 5.16.0
  • mattermost/mattermost-build-server:20200322_golang-1.14.1 which is based on Go 1.14.1 you can use for MM versions >= 5.24.0