From 4f8af990f97b6828e29b28d64a4a397ecbf25b8c Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 13 Jan 2023 10:49:59 +0100 Subject: [PATCH] [bitnami/rabbitmq-cluster-operator] Release 2.1.0-scratch-r1 (#20100) Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/rabbitmq-cluster-operator/2/scratch/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bitnami/rabbitmq-cluster-operator/2/scratch/Dockerfile b/bitnami/rabbitmq-cluster-operator/2/scratch/Dockerfile index 9f7c9cabc6ce..18fc2c5983eb 100644 --- a/bitnami/rabbitmq-cluster-operator/2/scratch/Dockerfile +++ b/bitnami/rabbitmq-cluster-operator/2/scratch/Dockerfile @@ -34,7 +34,8 @@ ENV OS_ARCH="${TARGETARCH:-amd64}" LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ - org.opencontainers.image.ref.name="2.1.0-scratch-r0" \ + org.opencontainers.image.licenses="Apache-2.0" \ + org.opencontainers.image.ref.name="2.1.0-scratch-r1" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/rabbitmq-cluster-operator" \ org.opencontainers.image.title="rabbitmq-cluster-operator" \ org.opencontainers.image.vendor="VMware, Inc." \