Namespace
emqx
Image / Tag
emqx-enterprise:5.8.4-elixir
Content Digest
sha256:2493e67fd57b0248286ba0a0dd358f8d10525c77a129019c05aa9d4fdcf5f565
Details
Created

2024-12-26 15:41:20 UTC

Size

129 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-12-26T15:43:43Z
  • org.opencontainers.image.description
    Official docker image for EMQX Enterprise, an enterprise MQTT platform at scale.
  • org.opencontainers.image.documentation
    https://docs.emqx.com/en/enterprise/latest/
  • org.opencontainers.image.edition
    Enterprise
  • org.opencontainers.image.elixir.version
    1.15.7
  • org.opencontainers.image.licenses
    (Apache-2.0 AND BSL-1.1)
  • org.opencontainers.image.otp.version
    26.2.5.2-1
  • org.opencontainers.image.revision
    858ad02aff5d17d8bc2d3744271b94339bc5b308
  • org.opencontainers.image.source
    https://github.com/emqx/emqx
  • org.opencontainers.image.title
    emqx-enterprise
  • org.opencontainers.image.url
    https://www.emqx.com/en/products/emqx
  • org.opencontainers.image.version
    5.8.4

Environment
FDB_BASE_URL

https://github.com/apple/foundationdb/releases/download/7.3.27

LANG

C.UTF-8

LC_ALL

C.UTF-8

PATH

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


Layers

[#000] sha256:fd674058ff8f8cfa7fb8a20c006fc0128541cbbad7f7f7f28df570d08f9e4d92 - 20.87% (26.9 MB)

[#001] sha256:9564763ae71171413d224fd76e53f09e3fd3cd6a9238bb52526d603aa1f9d035 - 0.0% (1.02 KB)

[#002] sha256:65dd296d9829d0b15dab39b7d37e18e3ad5b1cc6733f5c6ada2174790c97d519 - 4.53% (5.85 MB)

[#003] sha256:c21b8ced82a901bcf1a440b6fc5d74be97120614c48d7a833d5a57755e7f3bf9 - 74.59% (96.2 MB)

[#004] sha256:f1dc93f401191db322ce6428f71878018073900411377c534e89a1fa310e1efa - 0.0% (395 Bytes)

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


History
2024-12-23 00:00:00 UTC (debuerreotype 0.15)

# debian.sh --arch 'amd64' out/ 'bookworm' '@1734912000'

2024-12-26 15:41:13 UTC (buildkit.dockerfile.v0)

ARG EXTRA_DEPS=libsasl2-2,libsasl2-modules-gssapi-mit

2024-12-26 15:41:13 UTC (buildkit.dockerfile.v0)

ARG FDB_VERSION=7.3.27

2024-12-26 15:41:13 UTC (buildkit.dockerfile.v0)

ARG PROFILE=emqx-enterprise

2024-12-26 15:41:13 UTC (buildkit.dockerfile.v0)

ENV LC_ALL=C.UTF-8

2024-12-26 15:41:13 UTC (buildkit.dockerfile.v0)

ENV LANG=C.UTF-8

2024-12-26 15:41:13 UTC (buildkit.dockerfile.v0)

ENV FDB_BASE_URL=https://github.com/apple/foundationdb/releases/download/7.3.27

2024-12-26 15:41:13 UTC (buildkit.dockerfile.v0)

COPY deploy/docker/docker-entrypoint.sh /usr/bin/ # buildkit

2024-12-26 15:41:20 UTC (buildkit.dockerfile.v0)

RUN |3 EXTRA_DEPS=libsasl2-2,libsasl2-modules-gssapi-mit FDB_VERSION=7.3.27 PROFILE=emqx-enterprise /bin/sh -c set -eu; apt-get update; apt-get install -y --no-install-recommends ca-certificates procps curl $(echo "${EXTRA_DEPS}" | tr ',' ' '); if [ "${PROFILE}" = emqx-platform ]; then curl -sSfL "${FDB_BASE_URL}/foundationdb-clients_${FDB_VERSION}-1_amd64.deb" -o /tmp/foundationdb-clients.deb; dpkg -i /tmp/foundationdb-clients.deb; rm /tmp/foundationdb-clients.deb; fi; rm -rf /var/lib/apt/lists/*; groupadd -r -g 1000 emqx; useradd -r -m -u 1000 -g emqx emqx; # buildkit

2024-12-26 15:41:20 UTC (buildkit.dockerfile.v0)

COPY --chown=emqx:emqx /emqx-rel /opt/ # buildkit

2024-12-26 15:41:20 UTC (buildkit.dockerfile.v0)

RUN |3 EXTRA_DEPS=libsasl2-2,libsasl2-modules-gssapi-mit FDB_VERSION=7.3.27 PROFILE=emqx-enterprise /bin/sh -c ln -s /opt/emqx/bin/* /usr/local/bin/ # buildkit

2024-12-26 15:41:20 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/emqx

2024-12-26 15:41:20 UTC (buildkit.dockerfile.v0)

USER emqx

2024-12-26 15:41:20 UTC (buildkit.dockerfile.v0)

VOLUME [/opt/emqx/log /opt/emqx/data]

2024-12-26 15:41:20 UTC (buildkit.dockerfile.v0)

EXPOSE map[18083/tcp:{} 1883/tcp:{} 4370/tcp:{} 5369/tcp:{} 8083/tcp:{} 8084/tcp:{} 8883/tcp:{}]

2024-12-26 15:41:20 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]

2024-12-26 15:41:20 UTC (buildkit.dockerfile.v0)

CMD ["/opt/emqx/bin/emqx" "foreground"]

Details
Created

2024-12-26 15:45:08 UTC

Size

126 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-12-26T15:43:43Z
  • org.opencontainers.image.description
    Official docker image for EMQX Enterprise, an enterprise MQTT platform at scale.
  • org.opencontainers.image.documentation
    https://docs.emqx.com/en/enterprise/latest/
  • org.opencontainers.image.edition
    Enterprise
  • org.opencontainers.image.elixir.version
    1.15.7
  • org.opencontainers.image.licenses
    (Apache-2.0 AND BSL-1.1)
  • org.opencontainers.image.otp.version
    26.2.5.2-1
  • org.opencontainers.image.revision
    858ad02aff5d17d8bc2d3744271b94339bc5b308
  • org.opencontainers.image.source
    https://github.com/emqx/emqx
  • org.opencontainers.image.title
    emqx-enterprise
  • org.opencontainers.image.url
    https://www.emqx.com/en/products/emqx
  • org.opencontainers.image.version
    5.8.4

Environment
FDB_BASE_URL

https://github.com/apple/foundationdb/releases/download/7.3.27

LANG

C.UTF-8

LC_ALL

C.UTF-8

PATH

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


Layers

[#000] sha256:f5c6876bb3d7d368455916fa98c705330bd8a8d9c080ccea8fe4c4b35a2ecb1f - 21.21% (26.8 MB)

[#001] sha256:26a8bacb008478e613f28db4d0ca242f51f67b112d73083e895ae102cdb9a15c - 0.0% (1.02 KB)

[#002] sha256:1392f556dd034c82efda3f3467403c4f6f30977a78baa8adda4b01eb9ceb4a53 - 4.53% (5.72 MB)

[#003] sha256:769c72d4bf80d88f78204e1177deff86e0e0ac75c9fbca8e30d56b0feca81883 - 74.26% (93.7 MB)

[#004] sha256:ce5ba8687260da947699a917244315783d698a2b8184d736806cca87c9d4600f - 0.0% (395 Bytes)

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


History
2024-12-23 00:00:00 UTC (debuerreotype 0.15)

# debian.sh --arch 'arm64' out/ 'bookworm' '@1734912000'

2024-12-26 15:43:47 UTC (buildkit.dockerfile.v0)

ARG EXTRA_DEPS=libsasl2-2,libsasl2-modules-gssapi-mit

2024-12-26 15:43:47 UTC (buildkit.dockerfile.v0)

ARG FDB_VERSION=7.3.27

2024-12-26 15:43:47 UTC (buildkit.dockerfile.v0)

ARG PROFILE=emqx-enterprise

2024-12-26 15:43:47 UTC (buildkit.dockerfile.v0)

ENV LC_ALL=C.UTF-8

2024-12-26 15:43:47 UTC (buildkit.dockerfile.v0)

ENV LANG=C.UTF-8

2024-12-26 15:43:47 UTC (buildkit.dockerfile.v0)

ENV FDB_BASE_URL=https://github.com/apple/foundationdb/releases/download/7.3.27

2024-12-26 15:43:47 UTC (buildkit.dockerfile.v0)

COPY deploy/docker/docker-entrypoint.sh /usr/bin/ # buildkit

2024-12-26 15:45:08 UTC (buildkit.dockerfile.v0)

RUN |3 EXTRA_DEPS=libsasl2-2,libsasl2-modules-gssapi-mit FDB_VERSION=7.3.27 PROFILE=emqx-enterprise /bin/sh -c set -eu; apt-get update; apt-get install -y --no-install-recommends ca-certificates procps curl $(echo "${EXTRA_DEPS}" | tr ',' ' '); if [ "${PROFILE}" = emqx-platform ]; then curl -sSfL "${FDB_BASE_URL}/foundationdb-clients_${FDB_VERSION}-1_amd64.deb" -o /tmp/foundationdb-clients.deb; dpkg -i /tmp/foundationdb-clients.deb; rm /tmp/foundationdb-clients.deb; fi; rm -rf /var/lib/apt/lists/*; groupadd -r -g 1000 emqx; useradd -r -m -u 1000 -g emqx emqx; # buildkit

2024-12-26 15:45:08 UTC (buildkit.dockerfile.v0)

COPY --chown=emqx:emqx /emqx-rel /opt/ # buildkit

2024-12-26 15:45:08 UTC (buildkit.dockerfile.v0)

RUN |3 EXTRA_DEPS=libsasl2-2,libsasl2-modules-gssapi-mit FDB_VERSION=7.3.27 PROFILE=emqx-enterprise /bin/sh -c ln -s /opt/emqx/bin/* /usr/local/bin/ # buildkit

2024-12-26 15:45:08 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/emqx

2024-12-26 15:45:08 UTC (buildkit.dockerfile.v0)

USER emqx

2024-12-26 15:45:08 UTC (buildkit.dockerfile.v0)

VOLUME [/opt/emqx/log /opt/emqx/data]

2024-12-26 15:45:08 UTC (buildkit.dockerfile.v0)

EXPOSE map[18083/tcp:{} 1883/tcp:{} 4370/tcp:{} 5369/tcp:{} 8083/tcp:{} 8084/tcp:{} 8883/tcp:{}]

2024-12-26 15:45:08 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]

2024-12-26 15:45:08 UTC (buildkit.dockerfile.v0)

CMD ["/opt/emqx/bin/emqx" "foreground"]

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