mirror of
https://github.com/bitnami/containers.git
synced 2026-02-17 11:17:17 +08:00
[bitnami/rabbitmq-cluster-operator] Release 2.1.0-scratch-r2 (#20723)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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.1.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"rabbitmq-cluster-operator-2.1.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -35,7 +35,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.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="2.1.0-scratch-r1" \
|
||||
org.opencontainers.image.ref.name="2.1.0-scratch-r2" \
|
||||
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." \
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"rabbitmq-cluster-operator": {
|
||||
"arch": "amd64",
|
||||
"digest": "04927649aa0d290ad26883ca19ea90195d4c20df74e926d3dad9abf0cc041c5f",
|
||||
"digest": "d6f7c53a58c1aa2337c82c61cf6ef1f833440d1c2455f52e016667131285ed0f",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.1.0-0"
|
||||
"version": "2.1.0-1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user