2024-10-03 14:19:22 UTC
648 MB
/mattermost/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:9c704ecd0c694c4cbdd85e589ac8d1fc3fd8f890b7f3731769a5b169eb495809 - 4.37% (28.3 MB)
[#001] sha256:2a0d6e513be8dba7a8716d2877f7881b9438bbaeef3e45a2655d3fb11af97f4c - 6.97% (45.1 MB)
[#002] sha256:2be7b717e4f0c9e148362e03f41518a2a5102c22b4453af959053d85f9ded0cd - 88.66% (575 MB)
[#003] sha256:3240781497be10252962f4a50d6f3bf25f631ba17f386e96452106a588d0063c - 0.0% (189 Bytes)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
/bin/sh -c #(nop) ARG RELEASE
2024-06-07 12:00:06 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-06-07 12:00:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-06-07 12:00:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2024-06-07 12:00:08 UTC/bin/sh -c #(nop) ADD file:5601f441718b0d192d73394b35fd07675342837ec9089ddd52dd1dc0de79630e in /
2024-06-07 12:00:09 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-10-03 14:19:07 UTC (buildkit.dockerfile.v0)SHELL [/bin/bash -o pipefail -c]
2024-10-03 14:19:07 UTC (buildkit.dockerfile.v0)ENV PATH=/mattermost/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2024-10-03 14:19:07 UTC (buildkit.dockerfile.v0)ARG PUID=2000
2024-10-03 14:19:07 UTC (buildkit.dockerfile.v0)ARG PGID=2000
2024-10-03 14:19:07 UTC (buildkit.dockerfile.v0)ARG MM_PACKAGE=https://releases.mattermost.com/10.1.1-rc1/mattermost-enterprise-10.1.1-rc1-linux-amd64.tar.gz
2024-10-03 14:19:07 UTC (buildkit.dockerfile.v0)RUN |3 PUID=2000 PGID=2000 MM_PACKAGE=https://releases.mattermost.com/10.1.1-rc1/mattermost-enterprise-10.1.1-rc1-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 media-types mailcap unrtf wv poppler-utils tidy tzdata && rm -rf /var/lib/apt/lists/* # buildkit
2024-10-03 14:19:21 UTC (buildkit.dockerfile.v0)RUN |3 PUID=2000 PGID=2000 MM_PACKAGE=https://releases.mattermost.com/10.1.1-rc1/mattermost-enterprise-10.1.1-rc1-linux-amd64.tar.gz /bin/bash -o pipefail -c mkdir -p /mattermost/data /mattermost/plugins /mattermost/client/plugins && groupadd --gid ${PGID} mattermost && useradd --uid ${PUID} --gid ${PGID} --comment "" --home-dir /mattermost mattermost && curl -L $MM_PACKAGE | tar -xvz && chown -R mattermost:mattermost /mattermost /mattermost/data /mattermost/plugins /mattermost/client/plugins # buildkit
2024-10-03 14:19:21 UTC (buildkit.dockerfile.v0)USER mattermost
2024-10-03 14:19:21 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8065/api/v4/system/ping || exit 1"] "30s" "10s" "0s" "0s" '\x00'}
2024-10-03 14:19:22 UTC (buildkit.dockerfile.v0)COPY --chown=mattermost:mattermost --chmod=765 entrypoint.sh / # buildkit
2024-10-03 14:19:22 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/entrypoint.sh"]
2024-10-03 14:19:22 UTC (buildkit.dockerfile.v0)WORKDIR /mattermost
2024-10-03 14:19:22 UTC (buildkit.dockerfile.v0)CMD ["mattermost"]
2024-10-03 14:19:22 UTC (buildkit.dockerfile.v0)EXPOSE map[8065/tcp:{} 8067/tcp:{} 8074/tcp:{} 8075/tcp:{}]
2024-10-03 14:19:22 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.