2022-08-15 20:39:47 UTC
372 MB
/mattermost/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:751ef25978b2971e15496369695ba51ed5b1b9aaca7e37b18a173d754d1ca820 - 6.97% (25.9 MB)
[#001] sha256:0c2bc4088ba254ed82feb04802fdadff0369febcd87e877f93f745c2c5b233ea - 7.84% (29.1 MB)
[#002] sha256:2dc33a298aa8c86b494e5c05a8b0a020e5b176c7d9f23afef383a9b673d7c8d1 - 85.19% (317 MB)
[#003] sha256:85d08faf5e5a96d4604ea835af759b783ff64b80e0a090eab5078fa31f6d73e7 - 0.0% (181 Bytes)
/bin/sh -c #(nop) ADD file:81dbfe4f9df4d280f7580380c0c5c93ba71fedba17b3072d2b7b4bce127f88a9 in /
2022-08-02 01:20:24 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-08-15 20:39:24 UTC/bin/bash -o pipefail -c #(nop) SHELL [/bin/bash -o pipefail -c]
2022-08-15 20:39:24 UTC/bin/bash -o pipefail -c #(nop) ENV PATH=/mattermost/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2022-08-15 20:39:24 UTC/bin/bash -o pipefail -c #(nop) ARG PUID=2000
2022-08-15 20:39:24 UTC/bin/bash -o pipefail -c #(nop) ARG PGID=2000
2022-08-15 20:39:24 UTC/bin/bash -o pipefail -c #(nop) ARG MM_PACKAGE=https://releases.mattermost.com/7.1.2/mattermost-7.1.2-linux-amd64.tar.gz?src=docker
2022-08-15 20:39:34 UTC|3 MM_PACKAGE=https://s3.amazonaws.com/releases.mattermost.com/gitlab/bundle/ee/test/12874_5ea2ca8a_3710f365_d02df1f2/mattermost-enterprise-linux-amd64.tar.gz PGID=2000 PUID=2000 /bin/bash -o pipefail -c apt-get update && apt-get install --no-install-recommends -y ca-certificates=20200601~deb10u2 curl=7.64.0-4+deb10u2 mime-support=3.62 unrtf=0.21.10-clean-1 wv=1.2.9-4.2+b2 poppler-utils=0.71.0-5 tidy=2:5.6.0-10 && rm -rf /var/lib/apt/lists/*
2022-08-15 20:39:44 UTC|3 MM_PACKAGE=https://s3.amazonaws.com/releases.mattermost.com/gitlab/bundle/ee/test/12874_5ea2ca8a_3710f365_d02df1f2/mattermost-enterprise-linux-amd64.tar.gz PGID=2000 PUID=2000 /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 && if [ -n "$MM_PACKAGE" ]; then curl $MM_PACKAGE | tar -xvz ; else echo "please set the MM_PACKAGE" ; exit 127 ; fi && chown -R mattermost:mattermost /mattermost /mattermost/data /mattermost/plugins /mattermost/client/plugins
2022-08-15 20:39:47 UTC/bin/bash -o pipefail -c #(nop) USER mattermost
2022-08-15 20:39:47 UTC/bin/bash -o pipefail -c #(nop) HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8065/api/v4/system/ping || exit 1"] "30s" "10s" "0s" '\x00'}
2022-08-15 20:39:47 UTC/bin/bash -o pipefail -c #(nop) COPY file:a92ab9ae0e7b0fe95a1b15b67bd25bc864ef73f393f38335907115996120cf25 in /
2022-08-15 20:39:47 UTC/bin/bash -o pipefail -c #(nop) ENTRYPOINT ["/entrypoint.sh"]
2022-08-15 20:39:47 UTC/bin/bash -o pipefail -c #(nop) WORKDIR /mattermost
2022-08-15 20:39:47 UTC/bin/bash -o pipefail -c #(nop) CMD ["mattermost"]
2022-08-15 20:39:47 UTC/bin/bash -o pipefail -c #(nop) EXPOSE 8065 8067 8074 8075
2022-08-15 20:39:47 UTC/bin/bash -o pipefail -c #(nop) 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.