2025-08-01 07:20:19 UTC
451 MB
/mattermost/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:2ab09b027e7f3a0c2e8bb1944ac46de38cebab7145f0bd6effebfe5492c818b6 - 6.25% (28.2 MB)
[#001] sha256:91caef6167fe91ee7c25240ad76ca7622ec82d91f3b17be224a81638d862b6da - 9.51% (42.9 MB)
[#002] sha256:a375c3b64dd6b87be7a016177f0b7f0553d81c70b85a907ca5e98d3f4c234461 - 84.24% (380 MB)
[#003] sha256:58429aca5b00c1688e564aa68532b9c4411bb59c8458dde22f1fa66ce1ad6a02 - 0.0% (189 Bytes)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
/bin/sh -c #(nop) ARG RELEASE
2023-03-08 04:44:25 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-03-08 04:44:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-03-08 04:44:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2023-03-08 04:44:27 UTC/bin/sh -c #(nop) ADD file:c8ef6447752cab2541ffca9e3cfa27d581f3491bc8f356f6eafd951243609341 in /
2023-03-08 04:44:27 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-08-01 07:20:09 UTC (buildkit.dockerfile.v0)SHELL [/bin/bash -o pipefail -c]
2025-08-01 07:20:09 UTC (buildkit.dockerfile.v0)ENV PATH=/mattermost/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2025-08-01 07:20:09 UTC (buildkit.dockerfile.v0)ARG PUID=2000
2025-08-01 07:20:09 UTC (buildkit.dockerfile.v0)ARG PGID=2000
2025-08-01 07:20:09 UTC (buildkit.dockerfile.v0)ARG MM_PACKAGE=https://releases.mattermost.com/9.11.19-rc2/mattermost-enterprise-9.11.19-rc2-linux-amd64.tar.gz
2025-08-01 07:20:09 UTC (buildkit.dockerfile.v0)RUN |3 PUID=2000 PGID=2000 MM_PACKAGE=https://releases.mattermost.com/9.11.19-rc2/mattermost-enterprise-9.11.19-rc2-linux-amd64.tar.gz /bin/bash -o pipefail -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y ca-certificates curl mime-support unrtf wv poppler-utils tidy tzdata && rm -rf /var/lib/apt/lists/* # buildkit
2025-08-01 07:20:19 UTC (buildkit.dockerfile.v0)RUN |3 PUID=2000 PGID=2000 MM_PACKAGE=https://releases.mattermost.com/9.11.19-rc2/mattermost-enterprise-9.11.19-rc2-linux-amd64.tar.gz /bin/bash -o pipefail -c mkdir -p /mattermost/data /mattermost/plugins /mattermost/client/plugins && addgroup -gid ${PGID} mattermost && adduser -q --disabled-password --uid ${PUID} --gid ${PGID} --gecos "" --home /mattermost mattermost && curl -L $MM_PACKAGE | tar -xvz && chown -R mattermost:mattermost /mattermost /mattermost/data /mattermost/plugins /mattermost/client/plugins # buildkit
2025-08-01 07:20:19 UTC (buildkit.dockerfile.v0)USER mattermost
2025-08-01 07:20:19 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8065/api/v4/system/ping || exit 1"] "30s" "10s" "0s" "0s" '\x00'}
2025-08-01 07:20:19 UTC (buildkit.dockerfile.v0)COPY --chown=mattermost:mattermost --chmod=765 entrypoint.sh / # buildkit
2025-08-01 07:20:19 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/entrypoint.sh"]
2025-08-01 07:20:19 UTC (buildkit.dockerfile.v0)WORKDIR /mattermost
2025-08-01 07:20:19 UTC (buildkit.dockerfile.v0)CMD ["mattermost"]
2025-08-01 07:20:19 UTC (buildkit.dockerfile.v0)EXPOSE map[8065/tcp:{} 8067/tcp:{} 8074/tcp:{} 8075/tcp:{}]
2025-08-01 07:20:19 UTC (buildkit.dockerfile.v0)VOLUME [/mattermost/data /mattermost/logs /mattermost/config /mattermost/plugins /mattermost/client/plugins]
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.