Details
Created
2024-11-25 10:55:08 UTC
Content Digest
Labels
-
com.vmware.cp.artifact.flavor
sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83
-
org.opencontainers.image.base.name
docker.io/bitnami/minideb:bookworm
-
org.opencontainers.image.created
2024-11-25T10:53:49Z
-
org.opencontainers.image.description
Application packaged by Broadcom, Inc.
-
org.opencontainers.image.documentation
https://github.com/bitnami/containers/tree/main/bitnami/rabbitmq/README.md
-
org.opencontainers.image.licenses
Apache-2.0
-
org.opencontainers.image.ref.name
4.0.4-debian-12-r1
-
org.opencontainers.image.source
https://github.com/bitnami/containers/tree/main/bitnami/rabbitmq
-
org.opencontainers.image.title
rabbitmq
-
org.opencontainers.image.vendor
Broadcom, Inc.
-
org.opencontainers.image.version
4.0.4
Environment
APP_VERSION
4.0.4
BITNAMI_APP_NAME
rabbitmq
HOME
/opt/bitnami/rabbitmq/.rabbitmq
LANG
en_US.UTF-8
LANGUAGE
en_US:en
OS_ARCH
amd64
OS_FLAVOUR
debian-12
OS_NAME
linux
PATH
/opt/bitnami/erlang/bin:/opt/bitnami/rabbitmq/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:b69d1ab43b3856cb5421f959220016e2fde2874117e44893b61f987b6cfe7b40 - 100.0% (112 MB)
History
0001-01-01 00:00:00 UTC ([{"created":"2024-11-20T12:02:28.129269574Z","comment":"from Bitnami with love"},{"created":"2024-11-25T10:54:34.525954595Z","created_by":"ARG DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-25T10:54:34.525954595Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-25T10:54:34.525954595Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83 org.opencontainers.image.base.name=docker.io/bitnami/minideb:bookworm org.opencontainers.image.created=2024-11-25T10:53:49Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.documentation=https://github.com/bitnami/containers/tree/main/bitnami/rabbitmq/README.md org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=4.0.4-debian-12-r1 org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/rabbitmq org.opencontainers.image.title=rabbitmq org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=4.0.4","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-25T10:54:34.525954595Z","created_by":"ENV HOME=/opt/bitnami/rabbitmq/.rabbitmq OS_ARCH=amd64 OS_FLAVOUR=debian-12 OS_NAME=linux PATH=/opt/bitnami/erlang/bin:/opt/bitnami/rabbitmq/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-25T10:54:34.525954595Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-25T10:54:34.525954595Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-25T10:54:44.966098758Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl libgcc-s1 libssl3 libstdc++6 libtinfo6 locales procps zlib1g # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-25T10:54:53.959300976Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; COMPONENTS=( \"erlang-26.2.5-2-linux-${OS_ARCH}-debian-12\" \"rabbitmq-4.0.4-0-linux-${OS_ARCH}-debian-12\" ) ; for COMPONENT in \"${COMPONENTS[@]}\"; do if [ ! -f \"${COMPONENT}.tar.gz\" ]; then curl -SsLf \"https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz\" -O ; curl -SsLf \"https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz.sha256\" -O ; fi ; sha256sum -c \"${COMPONENT}.tar.gz.sha256\" ; tar -zxf \"${COMPONENT}.tar.gz\" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' ; rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-25T10:54:59.620178021Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c apt-get update \u0026\u0026 apt-get upgrade -y \u0026\u0026 apt-get clean \u0026\u0026 rm -rf /var/lib/apt/lists /var/cache/apt/archives # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-25T10:55:00.179289693Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-25T10:55:01.848904347Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c localedef -c -f UTF-8 -i en_US en_US.UTF-8 # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-25T10:55:02.502914436Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c find / -perm /6000 -type f -exec chmod a-s {} \\; || true # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-25T10:55:03.397986082Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c update-locale LANG=C.UTF-8 LC_MESSAGES=POSIX \u0026\u0026 DEBIAN_FRONTEND=noninteractive dpkg-reconfigure locales # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-25T10:55:05.084200498Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c echo 'en_US.UTF-8 UTF-8' \u003e\u003e /etc/locale.gen \u0026\u0026 locale-gen # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-25T10:55:05.600627922Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-25T10:55:06.198854703Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/rabbitmq/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-25T10:55:08.210039253Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/locales/add-extra-locales.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-25T10:55:08.210039253Z","created_by":"ENV APP_VERSION=4.0.4 BITNAMI_APP_NAME=rabbitmq LANG=en_US.UTF-8 LANGUAGE=en_US:en","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-25T10:55:08.210039253Z","created_by":"EXPOSE map[15671/tcp:{} 15672/tcp:{} 25672/tcp:{} 4369/tcp:{} 5551/tcp:{} 5552/tcp:{} 5671/tcp:{} 5672/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-25T10:55:08.210039253Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-25T10:55:08.210039253Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/rabbitmq/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-25T10:55:08.210039253Z","created_by":"CMD [\"/opt/bitnami/scripts/rabbitmq/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])
crane flatten sha256:01e201a4c615481f3a5b8bc81088fd96bb4a329cb83654829874e78f421b3a96
Details
Created
2024-11-25 10:57:46 UTC
Content Digest
Labels
-
com.vmware.cp.artifact.flavor
sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83
-
org.opencontainers.image.base.name
docker.io/bitnami/minideb:bookworm
-
org.opencontainers.image.created
2024-11-25T10:53:49Z
-
org.opencontainers.image.description
Application packaged by Broadcom, Inc.
-
org.opencontainers.image.documentation
https://github.com/bitnami/containers/tree/main/bitnami/rabbitmq/README.md
-
org.opencontainers.image.licenses
Apache-2.0
-
org.opencontainers.image.ref.name
4.0.4-debian-12-r1
-
org.opencontainers.image.source
https://github.com/bitnami/containers/tree/main/bitnami/rabbitmq
-
org.opencontainers.image.title
rabbitmq
-
org.opencontainers.image.vendor
Broadcom, Inc.
-
org.opencontainers.image.version
4.0.4
Environment
APP_VERSION
4.0.4
BITNAMI_APP_NAME
rabbitmq
HOME
/opt/bitnami/rabbitmq/.rabbitmq
LANG
en_US.UTF-8
LANGUAGE
en_US:en
OS_ARCH
arm64
OS_FLAVOUR
debian-12
OS_NAME
linux
PATH
/opt/bitnami/erlang/bin:/opt/bitnami/rabbitmq/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:4bd591aaccf5c02838e19ad8bf6c5b035f51ce50d9095ada73fa1f91c6b30c16 - 100.0% (112 MB)
History
0001-01-01 00:00:00 UTC ([{"created":"2024-11-20T12:03:05.015317652Z","comment":"from Bitnami with love"},{"created":"2024-11-25T10:54:35.098192293Z","created_by":"ARG DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-25T10:54:35.098192293Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-25T10:54:35.098192293Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83 org.opencontainers.image.base.name=docker.io/bitnami/minideb:bookworm org.opencontainers.image.created=2024-11-25T10:53:49Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.documentation=https://github.com/bitnami/containers/tree/main/bitnami/rabbitmq/README.md org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=4.0.4-debian-12-r1 org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/rabbitmq org.opencontainers.image.title=rabbitmq org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=4.0.4","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-25T10:54:35.098192293Z","created_by":"ENV HOME=/opt/bitnami/rabbitmq/.rabbitmq OS_ARCH=arm64 OS_FLAVOUR=debian-12 OS_NAME=linux PATH=/opt/bitnami/erlang/bin:/opt/bitnami/rabbitmq/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-25T10:54:35.098192293Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-25T10:54:35.098192293Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-25T10:56:08.700323792Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl libgcc-s1 libssl3 libstdc++6 libtinfo6 locales procps zlib1g # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-25T10:56:19.458164291Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; COMPONENTS=( \"erlang-26.2.5-2-linux-${OS_ARCH}-debian-12\" \"rabbitmq-4.0.4-0-linux-${OS_ARCH}-debian-12\" ) ; for COMPONENT in \"${COMPONENTS[@]}\"; do if [ ! -f \"${COMPONENT}.tar.gz\" ]; then curl -SsLf \"https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz\" -O ; curl -SsLf \"https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz.sha256\" -O ; fi ; sha256sum -c \"${COMPONENT}.tar.gz.sha256\" ; tar -zxf \"${COMPONENT}.tar.gz\" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' ; rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-25T10:56:35.815606701Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c apt-get update \u0026\u0026 apt-get upgrade -y \u0026\u0026 apt-get clean \u0026\u0026 rm -rf /var/lib/apt/lists /var/cache/apt/archives # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-25T10:56:50.600294952Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-25T10:57:00.268106986Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c localedef -c -f UTF-8 -i en_US en_US.UTF-8 # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-25T10:57:01.393239928Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c find / -perm /6000 -type f -exec chmod a-s {} \\; || true # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-25T10:57:24.65727525Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c update-locale LANG=C.UTF-8 LC_MESSAGES=POSIX \u0026\u0026 DEBIAN_FRONTEND=noninteractive dpkg-reconfigure locales # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-25T10:57:36.688348534Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c echo 'en_US.UTF-8 UTF-8' \u003e\u003e /etc/locale.gen \u0026\u0026 locale-gen # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-25T10:57:37.246235353Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-25T10:57:38.577657135Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/rabbitmq/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-25T10:57:46.764171118Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/locales/add-extra-locales.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-25T10:57:46.764171118Z","created_by":"ENV APP_VERSION=4.0.4 BITNAMI_APP_NAME=rabbitmq LANG=en_US.UTF-8 LANGUAGE=en_US:en","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-25T10:57:46.764171118Z","created_by":"EXPOSE map[15671/tcp:{} 15672/tcp:{} 25672/tcp:{} 4369/tcp:{} 5551/tcp:{} 5552/tcp:{} 5671/tcp:{} 5672/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-25T10:57:46.764171118Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-25T10:57:46.764171118Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/rabbitmq/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-25T10:57:46.764171118Z","created_by":"CMD [\"/opt/bitnami/scripts/rabbitmq/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])
crane flatten sha256:cc58945c3256f3a6fce18422a221c5442655f06e9dbc1a84cd030b552ec6cf36