[bitnami/rabbitmq-cluster-operator] Release 2.19.1-debian-12-r1 (#91388)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2026-03-06 18:38:07 +01:00 committed by GitHub
parent 3b331f0c5f
commit 2fa580a17e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 13 deletions

View File

@ -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=( \
"rabbitmq-cluster-operator-2.19.1-0-linux-${OS_ARCH}-debian-12" \
"rabbitmq-cluster-operator-2.19.1-1-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -39,7 +39,7 @@ ARG TARGETARCH
ENV OS_ARCH="${TARGETARCH:-amd64}"
LABEL org.opencontainers.image.base.name="scratch" \
org.opencontainers.image.created="2026-02-06T13:43:48Z" \
org.opencontainers.image.created="2026-03-06T17:16:09Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.title="rabbitmq-cluster-operator" \
org.opencontainers.image.vendor="Broadcom, Inc." \
@ -52,7 +52,7 @@ COPY --from=builder /opt/bitnami/rabbitmq-cluster-operator/licenses /opt/bitnami
ENV APP_VERSION="2.19.1" \
BITNAMI_APP_NAME="rabbitmq-cluster-operator" \
IMAGE_REVISION="0" \
IMAGE_REVISION="1" \
PATH="/opt/bitnami/rabbitmq-cluster-operator/bin:$PATH"
USER 1001

View File

@ -1,7 +1,5 @@
# Bitnami Secure Image for RabbitMQ Cluster Operator
## What is RabbitMQ Cluster Operator?
> The RabbitMQ Cluster Kubernetes Operator automates provisioning, management, and operations of RabbitMQ clusters running on Kubernetes.
[Overview of RabbitMQ Cluster Operator](https://github.com/rabbitmq/cluster-operator)
@ -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 `manager --metrics-bind-address :9782` you can follow the example below:
@ -78,14 +78,6 @@ Check the [official RabbitMQ Cluster Operator documentation](https://github.com/
- 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 &copy; 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.