[bitnami/rabbitmq-cluster-operator] Release 2.0.0-scratch-r5 (#14728)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2022-11-24 08:14:59 +01:00 committed by GitHub
parent c698b19e17
commit aaea3b6222
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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=( \
"rabbitmq-cluster-operator-2.0.0-1-linux-${OS_ARCH}-debian-11" \
"rabbitmq-cluster-operator-2.0.0-2-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -34,7 +34,7 @@ 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.0.0-scratch-r4" \
org.opencontainers.image.ref.name="2.0.0-scratch-r5" \
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." \

View File

@ -1,9 +1,9 @@
{
"rabbitmq-cluster-operator": {
"arch": "amd64",
"digest": "b628864fd01bdacd1f5f3c702f06941efbdb08643375e73bcf0f2f1b58eb01f7",
"digest": "2a8f9167feae7acbd33a1bdf0a1d8fbf75c27086880dcc0db4d481ba1090d2e7",
"distro": "debian-11",
"type": "NAMI",
"version": "2.0.0-1"
"version": "2.0.0-2"
}
}