Namespace
library
Image / Tag
emqx:5.4.0
Content Digest
sha256:0e49d60b7272bb5bf8b26b545d3b360775b616f6be658d88a1b36826cc87e9ff
Details
Created

2024-01-11 03:51:58 UTC

Size

113 MB

Content Digest
Environment
AMD64_SHA256

5572dccf3704dbd910f145fe19882fa30fdd9132113d0a28110444d4d5685a3f

ARM64_SHA256

0dbe92966a93054a8dca89762c00b06a44659c7921177feb291a5ddd5340cefc

EMQX_VERSION

5.4.0

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:0e0969fcaa8240e1eeb53f9f5d4ddd1bf89a2c9971c9cbe455eba0e66eeefb53 - 26.47% (30 MB)

[#001] sha256:6d6bd74cf76dbd52eed71f206aff9834bd511961c81fdaba937cab6f2b5b11f1 - 73.53% (83.2 MB)

[#002] sha256:a50976e01315da94817de273099e011758e4fcb3a6db08b1c1e557aca7f7a03a - 0.0% (901 Bytes)


History
2024-01-11 02:38:16 UTC

/bin/sh -c #(nop) ADD file:bd961ef3fd78ceb8ce13f43a6b265e2bef640dfff887462b8ceb73a1d4637401 in /

2024-01-11 02:38:17 UTC

/bin/sh -c #(nop) CMD ["bash"]

2024-01-11 03:51:43 UTC

/bin/sh -c #(nop) ENV EMQX_VERSION=5.4.0

2024-01-11 03:51:43 UTC

/bin/sh -c #(nop) ENV AMD64_SHA256=5572dccf3704dbd910f145fe19882fa30fdd9132113d0a28110444d4d5685a3f

2024-01-11 03:51:43 UTC

/bin/sh -c #(nop) ENV ARM64_SHA256=0dbe92966a93054a8dca89762c00b06a44659c7921177feb291a5ddd5340cefc

2024-01-11 03:51:43 UTC

/bin/sh -c #(nop) ENV LC_ALL=C.UTF-8 LANG=C.UTF-8

2024-01-11 03:51:57 UTC

/bin/sh -c set -eu; apt-get update; apt-get install -y --no-install-recommends ca-certificates procps curl; arch=$(dpkg --print-architecture); if [ ${arch} = "amd64" ]; then sha256="$AMD64_SHA256"; fi; if [ ${arch} = "arm64" ]; then sha256="$ARM64_SHA256"; fi; ID="$(sed -n '/^ID=/p' /etc/os-release | sed -r 's/ID=(.*)/\1/g' | sed 's/\"//g')"; VERSION_ID="$(sed -n '/^VERSION_ID=/p' /etc/os-release | sed -r 's/VERSION_ID=(.*)/\1/g' | sed 's/\"//g')"; pkg="emqx-${EMQX_VERSION}-${ID}${VERSION_ID}-${arch}.tar.gz"; curl -f -O -L https://www.emqx.com/en/downloads/broker/v${EMQX_VERSION}/${pkg}; echo "$sha256 *$pkg" | sha256sum -c; mkdir /opt/emqx; tar zxf $pkg -C /opt/emqx; find /opt/emqx -name 'swagger*.js.map' -exec rm {} +; groupadd -r -g 1000 emqx; useradd -r -m -u 1000 -g emqx emqx; chgrp -Rf emqx /opt/emqx; chmod -Rf g+w /opt/emqx; chown -Rf emqx /opt/emqx; ln -s /opt/emqx/bin/* /usr/local/bin/; rm -f $pkg; apt-get purge -y --auto-remove curl; rm -rf /var/lib/apt/lists/*

2024-01-11 03:51:58 UTC

/bin/sh -c #(nop) WORKDIR /opt/emqx

2024-01-11 03:51:58 UTC

/bin/sh -c #(nop) USER emqx

2024-01-11 03:51:58 UTC

/bin/sh -c #(nop) VOLUME [/opt/emqx/log /opt/emqx/data]

2024-01-11 03:51:58 UTC

/bin/sh -c #(nop) EXPOSE 18083 1883 4370 5369 8083 8084 8883

2024-01-11 03:51:58 UTC

/bin/sh -c #(nop) COPY file:a75ee173244a77553082438ca14f9a3c739eae012d396b2119540782b95f16bb in /usr/bin/

2024-01-11 03:51:58 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]

2024-01-11 03:51:58 UTC

/bin/sh -c #(nop) CMD ["/opt/emqx/bin/emqx" "foreground"]

Details
Created

2024-01-11 06:07:51 UTC

Size

103 MB

Content Digest
Environment
AMD64_SHA256

5572dccf3704dbd910f145fe19882fa30fdd9132113d0a28110444d4d5685a3f

ARM64_SHA256

0dbe92966a93054a8dca89762c00b06a44659c7921177feb291a5ddd5340cefc

EMQX_VERSION

5.4.0

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:5ae20c369ec182f5275f874054411f9bfb3f8132ff52a9c1d08d4ae15494d01c - 27.72% (28.7 MB)

[#001] sha256:7b3d26b33db37cf44cbbf1baebbc7209ca524b0725e91f53a022e83bea45e3c3 - 72.28% (74.8 MB)

[#002] sha256:51165c3bea9a3baf7f28b5f94dff104c70881233ffd56055d8c6dcc9ac249835 - 0.0% (901 Bytes)


History
2024-01-11 02:40:59 UTC

/bin/sh -c #(nop) ADD file:cc4e0e6a7b230ab75567cf842e75faa905aeab802405e89a4302d912db6bc5d9 in /

2024-01-11 02:40:59 UTC

/bin/sh -c #(nop) CMD ["bash"]

2024-01-11 06:07:39 UTC

/bin/sh -c #(nop) ENV EMQX_VERSION=5.4.0

2024-01-11 06:07:39 UTC

/bin/sh -c #(nop) ENV AMD64_SHA256=5572dccf3704dbd910f145fe19882fa30fdd9132113d0a28110444d4d5685a3f

2024-01-11 06:07:39 UTC

/bin/sh -c #(nop) ENV ARM64_SHA256=0dbe92966a93054a8dca89762c00b06a44659c7921177feb291a5ddd5340cefc

2024-01-11 06:07:39 UTC

/bin/sh -c #(nop) ENV LC_ALL=C.UTF-8 LANG=C.UTF-8

2024-01-11 06:07:50 UTC

/bin/sh -c set -eu; apt-get update; apt-get install -y --no-install-recommends ca-certificates procps curl; arch=$(dpkg --print-architecture); if [ ${arch} = "amd64" ]; then sha256="$AMD64_SHA256"; fi; if [ ${arch} = "arm64" ]; then sha256="$ARM64_SHA256"; fi; ID="$(sed -n '/^ID=/p' /etc/os-release | sed -r 's/ID=(.*)/\1/g' | sed 's/\"//g')"; VERSION_ID="$(sed -n '/^VERSION_ID=/p' /etc/os-release | sed -r 's/VERSION_ID=(.*)/\1/g' | sed 's/\"//g')"; pkg="emqx-${EMQX_VERSION}-${ID}${VERSION_ID}-${arch}.tar.gz"; curl -f -O -L https://www.emqx.com/en/downloads/broker/v${EMQX_VERSION}/${pkg}; echo "$sha256 *$pkg" | sha256sum -c; mkdir /opt/emqx; tar zxf $pkg -C /opt/emqx; find /opt/emqx -name 'swagger*.js.map' -exec rm {} +; groupadd -r -g 1000 emqx; useradd -r -m -u 1000 -g emqx emqx; chgrp -Rf emqx /opt/emqx; chmod -Rf g+w /opt/emqx; chown -Rf emqx /opt/emqx; ln -s /opt/emqx/bin/* /usr/local/bin/; rm -f $pkg; apt-get purge -y --auto-remove curl; rm -rf /var/lib/apt/lists/*

2024-01-11 06:07:50 UTC

/bin/sh -c #(nop) WORKDIR /opt/emqx

2024-01-11 06:07:50 UTC

/bin/sh -c #(nop) USER emqx

2024-01-11 06:07:51 UTC

/bin/sh -c #(nop) VOLUME [/opt/emqx/log /opt/emqx/data]

2024-01-11 06:07:51 UTC

/bin/sh -c #(nop) EXPOSE 18083 1883 4370 5369 8083 8084 8883

2024-01-11 06:07:51 UTC

/bin/sh -c #(nop) COPY file:a75ee173244a77553082438ca14f9a3c739eae012d396b2119540782b95f16bb in /usr/bin/

2024-01-11 06:07:51 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]

2024-01-11 06:07:51 UTC

/bin/sh -c #(nop) 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