mattermost / mattermost-docker

Deprecated
Apache License 2.0
963 stars 575 forks source link

Relation to Docker Hub image mattermost-team-edition #404

Open anton-johansson opened 5 years ago

anton-johansson commented 5 years ago

Hi!

Maybe a weird question, but how is this repsoitory related to the following Docker Hub image: https://hub.docker.com/r/mattermost/mattermost-team-edition

One would think that the Docker Hub image comes from this repository, but I see a lot of diffs in the actual image when running the container.

For example, the /mattermost directory is owned by root, but this repository has the ownership changed to mattermost (which is desirable of course!).

EugenMayer commented 5 years ago

@anton-johansson the mattermost-team-edition image is an entire different build and it does not work the way you would bootstrap this image. see yourself using docker history mattermost/mattermost-team-edition

i have created a simpler boilerplate at https://github.com/EugenMayer/mattermost-boilerplate and did publish the images under

E.g right now with the latest 5.13.2 build, see the tags