Namespace
mattermost
Image / Tag
mattermost-enterprise-edition:19614_ef2ca97b_77faa5cd
Content Digest
sha256:e17387afd086727139c8a8019a86a0211ad5d2b7275767bf07c61140e55aa74e
Details
Created

2023-07-26 14:19:46 UTC

Size

487 MB

Content Digest
Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    22.04

Environment
PATH

/mattermost/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:2ab09b027e7f3a0c2e8bb1944ac46de38cebab7145f0bd6effebfe5492c818b6 - 5.78% (28.2 MB)

[#001] sha256:4844419c37c8ad2289ab468ac18ad2bd1079a451e12aea560138d9f472821758 - 8.6% (41.9 MB)

[#002] sha256:67f219d2b2f37b97b982fff2bd12cdc08809f63b30aee9bb92f9da80754f25c3 - 85.62% (417 MB)

[#003] sha256:56f35f2fb2184a1a9f680f43d009b25f7e49b988858cda892782a95586dcd1a8 - 0.0% (180 Bytes)

[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2023-03-08 04:44:25 UTC

/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"]

2023-07-26 14:19:36 UTC (buildkit.dockerfile.v0)

SHELL [/bin/bash -o pipefail -c]

2023-07-26 14:19:36 UTC (buildkit.dockerfile.v0)

ENV PATH=/mattermost/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2023-07-26 14:19:36 UTC (buildkit.dockerfile.v0)

ARG PUID=2000

2023-07-26 14:19:36 UTC (buildkit.dockerfile.v0)

ARG PGID=2000

2023-07-26 14:19:36 UTC (buildkit.dockerfile.v0)

ARG MM_PACKAGE=https://releases.mattermost.com/7.10.4/mattermost-7.10.4-linux-amd64.tar.gz?src=docker

2023-07-26 14:19:36 UTC (buildkit.dockerfile.v0)

RUN |3 PUID=2000 PGID=2000 MM_PACKAGE=https://s3.amazonaws.com/releases.mattermost.com/gitlab/bundle/ee/onprem-rc/19614_ef2ca97b_77faa5cd/mattermost-enterprise-linux-amd64.tar.gz /bin/bash -o pipefail -c apt-get update && apt-get install --no-install-recommends -y ca-certificates curl mime-support unrtf wv poppler-utils tidy && rm -rf /var/lib/apt/lists/* # buildkit

2023-07-26 14:19:46 UTC (buildkit.dockerfile.v0)

RUN |3 PUID=2000 PGID=2000 MM_PACKAGE=https://s3.amazonaws.com/releases.mattermost.com/gitlab/bundle/ee/onprem-rc/19614_ef2ca97b_77faa5cd/mattermost-enterprise-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 && 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 # buildkit

2023-07-26 14:19:46 UTC (buildkit.dockerfile.v0)

USER mattermost

2023-07-26 14:19:46 UTC (buildkit.dockerfile.v0)

HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8065/api/v4/system/ping || exit 1"] "30s" "10s" "0s" '\x00'}

2023-07-26 14:19:46 UTC (buildkit.dockerfile.v0)

COPY entrypoint.sh / # buildkit

2023-07-26 14:19:46 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2023-07-26 14:19:46 UTC (buildkit.dockerfile.v0)

WORKDIR /mattermost

2023-07-26 14:19:46 UTC (buildkit.dockerfile.v0)

CMD ["mattermost"]

2023-07-26 14:19:46 UTC (buildkit.dockerfile.v0)

EXPOSE map[8065/tcp:{} 8067/tcp:{} 8074/tcp:{} 8075/tcp:{}]

2023-07-26 14:19:46 UTC (buildkit.dockerfile.v0)

VOLUME [/mattermost/data /mattermost/logs /mattermost/config /mattermost/plugins /mattermost/client/plugins]

Danger Zone
Delete Tag

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.

Delete