This repository provides multi-architecture Docker images for Mattermost, including ARM64 support.
- AMD64 (x86_64) - Standard servers and desktop environments
- ARM64 (AArch64) - Apple Silicon, AWS Graviton, Raspberry Pi 4+, etc.
docker pull ghcr.io/supersunho/docker-mattermost/mattermost:latest-enterprise
docker pull ghcr.io/supersunho/docker-mattermost/mattermost:latest-team
- Enterprise Edition: Full feature set (commercial license required)
- Team Edition: Core features only (fully open source)
This repository uses GitHub Actions to automatically:
- Monitor Mattermost releases
- Build multi-architecture images for both editions
- Publish to GitHub Container Registry
- Create GitHub releases with usage instructions
Images are tagged with:
latest-enterprise/latest-team- Latest stable versionvX.Y.Z-enterprise/vX.Y.Z-team- Specific version tags
- Original Mattermost Repository: mattermost/mattermost
- Mattermost Documentation: docs.mattermost.com
- Docker Images: GitHub Container Registry
This project follows the same licensing as the original Mattermost project. The build scripts and workflows in this repository are provided under the MIT License.
This is an automated build repository. If you encounter issues with Mattermost itself, please report them to the official Mattermost repository.
For build-related issues specific to this multi-architecture setup, feel free to open an issue in this repository.
Note: This is an unofficial build. For official support, please refer to the Mattermost website.