mirror of
https://github.com/bitnami/containers.git
synced 2026-08-08 12:08:25 +08:00
[bitnami/rabbitmq-cluster-operator] Release 2.22.3-debian-12-r0 (#95739)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -17,7 +17,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
|
|||||||
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
|
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
|
||||||
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
||||||
COMPONENTS=( \
|
COMPONENTS=( \
|
||||||
"rabbitmq-cluster-operator-2.22.2-0-linux-${OS_ARCH}-debian-12" \
|
"rabbitmq-cluster-operator-2.22.3-0-linux-${OS_ARCH}-debian-12" \
|
||||||
) ; \
|
) ; \
|
||||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||||
@@ -39,18 +39,18 @@ ARG TARGETARCH
|
|||||||
ENV OS_ARCH="${TARGETARCH:-amd64}"
|
ENV OS_ARCH="${TARGETARCH:-amd64}"
|
||||||
|
|
||||||
LABEL org.opencontainers.image.base.name="scratch" \
|
LABEL org.opencontainers.image.base.name="scratch" \
|
||||||
org.opencontainers.image.created="2026-07-14T10:04:44Z" \
|
org.opencontainers.image.created="2026-07-17T11:44:44Z" \
|
||||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||||
org.opencontainers.image.title="rabbitmq-cluster-operator" \
|
org.opencontainers.image.title="rabbitmq-cluster-operator" \
|
||||||
org.opencontainers.image.vendor="Broadcom, Inc." \
|
org.opencontainers.image.vendor="Broadcom, Inc." \
|
||||||
org.opencontainers.image.version="2.22.2"
|
org.opencontainers.image.version="2.22.3"
|
||||||
|
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
COPY --from=builder /opt/bitnami/rabbitmq-cluster-operator/.spdx-rabbitmq-cluster-operator.spdx /opt/bitnami/rabbitmq-cluster-operator/.spdx-rabbitmq-cluster-operator.spdx
|
COPY --from=builder /opt/bitnami/rabbitmq-cluster-operator/.spdx-rabbitmq-cluster-operator.spdx /opt/bitnami/rabbitmq-cluster-operator/.spdx-rabbitmq-cluster-operator.spdx
|
||||||
COPY --from=builder /opt/bitnami/rabbitmq-cluster-operator/bin/manager /opt/bitnami/rabbitmq-cluster-operator/bin/manager
|
COPY --from=builder /opt/bitnami/rabbitmq-cluster-operator/bin/manager /opt/bitnami/rabbitmq-cluster-operator/bin/manager
|
||||||
COPY --from=builder /opt/bitnami/rabbitmq-cluster-operator/licenses /opt/bitnami/rabbitmq-cluster-operator/licenses
|
COPY --from=builder /opt/bitnami/rabbitmq-cluster-operator/licenses /opt/bitnami/rabbitmq-cluster-operator/licenses
|
||||||
|
|
||||||
ENV APP_VERSION="2.22.2" \
|
ENV APP_VERSION="2.22.3" \
|
||||||
BITNAMI_APP_NAME="rabbitmq-cluster-operator" \
|
BITNAMI_APP_NAME="rabbitmq-cluster-operator" \
|
||||||
IMAGE_REVISION="0" \
|
IMAGE_REVISION="0" \
|
||||||
PATH="/opt/bitnami/rabbitmq-cluster-operator/bin:$PATH"
|
PATH="/opt/bitnami/rabbitmq-cluster-operator/bin:$PATH"
|
||||||
|
|||||||
-1
@@ -1 +0,0 @@
|
|||||||
3ac0ba8a1957d865030ec23728dc9f7f5678fdc83bdaeca06d1f2208a7b2fa74 rabbitmq-cluster-operator-2.22.2-0-linux-amd64-debian-12.tar.gz
|
|
||||||
-1
@@ -1 +0,0 @@
|
|||||||
db1576ff44efe07bb76d0ecb414825a1c28863d7994804615874524feb3a0fb4 rabbitmq-cluster-operator-2.22.2-0-linux-arm64-debian-12.tar.gz
|
|
||||||
+1
@@ -0,0 +1 @@
|
|||||||
|
aacdae1c4b9dd72a0afe377872fe442d4fdcdf5a9425879bccf700f9ff744e73 rabbitmq-cluster-operator-2.22.3-0-linux-amd64-debian-12.tar.gz
|
||||||
+1
@@ -0,0 +1 @@
|
|||||||
|
8836eb413b9a1fb7393d88444ba92bac71cd76bf257978a0155c3b54d58cbcb9 rabbitmq-cluster-operator-2.22.3-0-linux-arm64-debian-12.tar.gz
|
||||||
Reference in New Issue
Block a user