From 602818e0932cca70c5d8fa71452bb841e7acc11b Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sun, 21 May 2023 17:54:22 +0100 Subject: [PATCH] [bitnami/rmq-messaging-topology-operator] Release 1.10.3-scratch-r1 (#34746) Signed-off-by: Bitnami Containers --- .../rmq-messaging-topology-operator/1/scratch/Dockerfile | 9 ++++----- .../prebuildfs/opt/bitnami/.bitnami_components.json | 2 +- bitnami/rmq-messaging-topology-operator/README.md | 2 ++ 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/bitnami/rmq-messaging-topology-operator/1/scratch/Dockerfile b/bitnami/rmq-messaging-topology-operator/1/scratch/Dockerfile index dca96ab5a5c9..638b5483cab3 100644 --- a/bitnami/rmq-messaging-topology-operator/1/scratch/Dockerfile +++ b/bitnami/rmq-messaging-topology-operator/1/scratch/Dockerfile @@ -12,7 +12,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN install_packages ca-certificates curl RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ COMPONENTS=( \ - "rmq-messaging-topology-operator-1.10.3-0-linux-${OS_ARCH}-debian-11" \ + "rmq-messaging-topology-operator-1.10.3-1-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -32,12 +32,11 @@ ARG TARGETARCH ENV OS_ARCH="${TARGETARCH:-amd64}" -LABEL com.vmware.cp.artifact.flavor="sha256:7921197aa81bc396c250990c32f0f98242361ecfbbe055730bae5784fece63b7" \ - org.opencontainers.image.base.name="scratch" \ - org.opencontainers.image.created="2023-04-20T17:31:52Z" \ +LABEL org.opencontainers.image.base.name="scratch" \ + org.opencontainers.image.created="2023-05-21T16:18:45Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="1.10.3-scratch-r0" \ + org.opencontainers.image.ref.name="1.10.3-scratch-r1" \ org.opencontainers.image.title="rmq-messaging-topology-operator" \ org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.version="1.10.3" diff --git a/bitnami/rmq-messaging-topology-operator/1/scratch/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/rmq-messaging-topology-operator/1/scratch/prebuildfs/opt/bitnami/.bitnami_components.json index 8f00ea03568d..3f4a3e53dc7e 100644 --- a/bitnami/rmq-messaging-topology-operator/1/scratch/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/rmq-messaging-topology-operator/1/scratch/prebuildfs/opt/bitnami/.bitnami_components.json @@ -3,6 +3,6 @@ "arch": "amd64", "distro": "debian-11", "type": "NAMI", - "version": "1.10.3-0" + "version": "1.10.3-1" } } \ No newline at end of file diff --git a/bitnami/rmq-messaging-topology-operator/README.md b/bitnami/rmq-messaging-topology-operator/README.md index 26d12c964c04..3b79835fcd3d 100644 --- a/bitnami/rmq-messaging-topology-operator/README.md +++ b/bitnami/rmq-messaging-topology-operator/README.md @@ -22,6 +22,8 @@ docker run --name rmq-default-credential-updater bitnami/rmq-messaging-topology- - All Bitnami images available in Docker Hub are signed with [Docker Content Trust (DCT)](https://docs.docker.com/engine/security/trust/content_trust/). You can use `DOCKER_CONTENT_TRUST=1` to verify the integrity of the images. - Bitnami container images are released on a regular basis with the latest distribution packages available. +Looking to use RabbitMQ Messaging Topology Operator in production? Try [VMware Application Catalog](https://bitnami.com/enterprise), the enterprise edition of Bitnami Application Catalog. + ## Supported tags and respective `Dockerfile` links Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).