{"architecture":"arm64","config":{"User":"1001","ExposedPorts":{"15671/tcp":{},"15672/tcp":{},"25672/tcp":{},"4369/tcp":{},"5551/tcp":{},"5552/tcp":{},"5671/tcp":{},"5672/tcp":{}},"Env":["PATH=/opt/bitnami/erlang/bin:/opt/bitnami/rabbitmq/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","HOME=/opt/bitnami/rabbitmq/.rabbitmq","OS_ARCH=arm64","OS_FLAVOUR=debian-12","OS_NAME=linux","APP_VERSION=4.1.5","BITNAMI_APP_NAME=rabbitmq","IMAGE_REVISION=0","LANG=en_US.UTF-8","LANGUAGE=en_US:en"],"Entrypoint":["/opt/bitnami/scripts/rabbitmq/entrypoint.sh"],"Cmd":["/opt/bitnami/scripts/rabbitmq/run.sh"],"Labels":{"org.opencontainers.image.base.name":"docker.io/bitnami/minideb:bookworm","org.opencontainers.image.created":"2025-10-27T17:43:57Z","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.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.1.5"},"ArgsEscaped":true,"Shell":["/bin/bash","-o","errexit","-o","nounset","-o","pipefail","-c"]},"created":"2025-12-08T17:27:02.254053888Z","history":[{"created":"2025-11-07T00:09:17.416673444Z","comment":"from Bitnami with love"},{"created":"2025-12-08T17:24:13.436478853Z","created_by":"ARG DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-12-08T17:24:13.436478853Z","created_by":"ARG TARGETARCH=arm64","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-12-08T17:24:13.436478853Z","created_by":"LABEL org.opencontainers.image.base.name=docker.io/bitnami/minideb:bookworm org.opencontainers.image.created=2025-10-27T17:43:57Z 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.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.1.5","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-12-08T17:24:13.436478853Z","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":"2025-12-08T17:24:13.436478853Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-12-08T17:24:13.436478853Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-12-08T17:25:52.860465682Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith 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":"2025-12-08T17:26:07.949147455Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ;     mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ;     COMPONENTS=(       \"erlang-27.3.4-3-linux-${OS_ARCH}-debian-12\"       \"rabbitmq-4.1.5-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 ;       rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ;     done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-12-08T17:26:25.175793157Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith 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":"2025-12-08T17:26:25.385648423Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-12-08T17:26:26.177612175Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith 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":"2025-12-08T17:26:51.017146868Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith 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 \u0026\u0026     echo 'en_US.UTF-8 UTF-8' \u003e\u003e /etc/locale.gen # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-12-08T17:26:58.945838838Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/locales/generate-locales.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-12-08T17:26:58.999412417Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-12-08T17:27:02.254053888Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/rabbitmq/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-12-08T17:27:02.254053888Z","created_by":"ENV APP_VERSION=4.1.5 BITNAMI_APP_NAME=rabbitmq IMAGE_REVISION=0 LANG=en_US.UTF-8 LANGUAGE=en_US:en","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-12-08T17:27:02.254053888Z","created_by":"EXPOSE [15671/tcp 15672/tcp 25672/tcp 4369/tcp 5551/tcp 5552/tcp 5671/tcp 5672/tcp]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-12-08T17:27:02.254053888Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-12-08T17:27:02.254053888Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/rabbitmq/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-12-08T17:27:02.254053888Z","created_by":"CMD [\"/opt/bitnami/scripts/rabbitmq/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}],"os":"linux","rootfs":{"type":"layers","diff_ids":["sha256:b3b39fb71b48c9dab3368f533f1b456f39d9f405147a59a914afaeca879ea019","sha256:1f1177948db9c76cb20b245c5b13ea76833b983545710c77361c185c380cb6ff","sha256:2b200015ee2643f5a6a330a7a4f51310cf0c744f80bb24ffa46c697854747ae3","sha256:4ed60ea7dd767570790bf202c3773678f06dac41d5d1e513fae86f4ba9a1fde9","sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef","sha256:327bed02e43e373cc0c941e81ce68c522905f73c5ece1340da12b9d62c52dad8","sha256:b8a862dbfd2a186ba2997f5b20a1fb337833d2309fa7e4b8f89bb277d6ace01e","sha256:5cb86469a698bca1a992a5bb6c501e5902788f48e154b64cfc111df66a1552c8","sha256:289b041a9b6fc1b3f0c992a30ae3a4e3c7450dda1f26f27353443ddd660012e6","sha256:ae8dbffbfd4108a27748091fd339ba855d6be8727721ec27a683083599baa319","sha256:f857dda565cce663cf9cece28022bdd0ba40fc6135c709c8a3b5ceef0fa864e0"]}}