Back to Mattermost

Containers

docs/develop/contribute/more-info/containers/index.md

11.10.06.6 KB
Original Source

Mattermost uses the Docker Registry to publish the official images for the Mattermost Server and also for other supporting images that are used for internal/public development and testing.

This page lists all the Docker repositories currently in use.

Mattermost official docker images

Community-maintained Docker images

  • mattermost/mattermost-prod-app - Community driven image for Mattermost Server. This Docker repository will be deprecated in Mattermost 6.0. For more information and to check the Dockerfile please refer to the GitHub repo.

  • mattermost/mattermost-prod-db - Community driven image for Database to run together with mattermost/mattermost-prod-app. This Docker repository will be deprecated in Mattermost 6.0. For more information and to check the Dockerfile please refer to the GitHub repo.

  • mattermost/mattermost-prod-web - Community driven image for WebServer to run together with mattermost/mattermost-prod-app. This Docker repository will be deprecated in Mattermost 6.0. For more information and to check the Dockerfile please refer to the GitHub repo.

Mattermost internal Docker images