From f7d79c43b39dfa0e55fe67ee977b9dae736161a7 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 6 Mar 2026 19:48:50 +0100 Subject: [PATCH] [bitnami/rmq-default-credential-updater] Release 1.0.11-debian-12-r1 (#91399) Signed-off-by: Bitnami Bot --- .../1/debian-12/Dockerfile | 6 +++--- bitnami/rmq-default-credential-updater/README.md | 12 ++---------- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/bitnami/rmq-default-credential-updater/1/debian-12/Dockerfile b/bitnami/rmq-default-credential-updater/1/debian-12/Dockerfile index 50ce1ec8b77b..2b8a7665bae7 100644 --- a/bitnami/rmq-default-credential-updater/1/debian-12/Dockerfile +++ b/bitnami/rmq-default-credential-updater/1/debian-12/Dockerfile @@ -17,7 +17,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ - "rmq-default-credential-updater-1.0.11-0-linux-${OS_ARCH}-debian-12" \ + "rmq-default-credential-updater-1.0.11-1-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -40,7 +40,7 @@ ARG TARGETARCH ENV OS_ARCH="${TARGETARCH:-amd64}" LABEL org.opencontainers.image.base.name="scratch" \ - org.opencontainers.image.created="2026-02-06T13:31:18Z" \ + org.opencontainers.image.created="2026-03-06T18:24:47Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.title="rmq-default-credential-updater" \ org.opencontainers.image.vendor="Broadcom, Inc." \ @@ -53,7 +53,7 @@ COPY --from=builder /opt/bitnami/rmq-default-credential-updater/licenses /opt/bi ENV APP_VERSION="1.0.11" \ BITNAMI_APP_NAME="rmq-default-credential-updater" \ - IMAGE_REVISION="0" \ + IMAGE_REVISION="1" \ PATH="/opt/bitnami/rmq-default-credential-updater/bin:$PATH" USER 1001 diff --git a/bitnami/rmq-default-credential-updater/README.md b/bitnami/rmq-default-credential-updater/README.md index e3ffb2cdfde1..cc9d70d83b09 100644 --- a/bitnami/rmq-default-credential-updater/README.md +++ b/bitnami/rmq-default-credential-updater/README.md @@ -1,7 +1,5 @@ # Bitnami Secure Image for RabbitMQ Default User Credential Updater -## What is RabbitMQ Default User Credential Updater? - > RabbitMQ Default User Credential Updater is a component of the RabbitMQ Cluster Operator Helm chart that enables Hashicorp Vault integration. [Overview of RabbitMQ Default User Credential Updater](https://github.com/rabbitmq/default-user-credential-updater) @@ -62,6 +60,8 @@ Non-root container images add an extra layer of security and are generally recom ## Configuration +The following section describes how to run commands + ### Running commands To run commands inside this container you can use `docker run`, for example to execute `default-user-credential-updater --help` you can follow the example below: @@ -78,14 +78,6 @@ Check the [official RabbitMQ Default User Credential Updater documentation](http - The `docker-compose.yaml` file has been removed, as it was solely intended for internal testing purposes. -## Contributing - -We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution. - -## Issues - -If you encountered a problem running this container, you can file an [issue](https://github.com/bitnami/containers/issues/new/choose). For us to provide better support, be sure to fill the issue template. - ## License Copyright © 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.