[bitnami/rabbitmq-cluster-operator] Release 2.1.0-scratch-r4 (#24351)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
9f0d19f5d0
commit
e48dc99cdb
|
|
@ -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-1-linux-${OS_ARCH}-debian-11" \
|
||||
"rabbitmq-cluster-operator-2.1.0-2-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -32,11 +32,11 @@ ARG TARGETARCH
|
|||
|
||||
ENV OS_ARCH="${TARGETARCH:-amd64}"
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
LABEL org.opencontainers.image.base.name="scratch" \
|
||||
org.opencontainers.image.created="2023-02-17T17:34:20Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="2.1.0-scratch-r3" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/rabbitmq-cluster-operator" \
|
||||
org.opencontainers.image.ref.name="2.1.0-scratch-r4" \
|
||||
org.opencontainers.image.title="rabbitmq-cluster-operator" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2.1.0"
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"rabbitmq-cluster-operator": {
|
||||
"arch": "amd64",
|
||||
"digest": "d6f7c53a58c1aa2337c82c61cf6ef1f833440d1c2455f52e016667131285ed0f",
|
||||
"digest": "6248882987910c066c4b761af1168bb53a5b3e7f73b59ce121e5d33d1fda1c03",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.1.0-1"
|
||||
"version": "2.1.0-2"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
Bitnami containers ship with software bundles. You can find the licenses under:
|
||||
/opt/bitnami/nami/COPYING
|
||||
Bitnami containers ship with software bundles. You can find the licenses at:
|
||||
https://bitnami.com/open-source
|
||||
/opt/bitnami/[name-of-bundle]/licenses/[bundle-version].txt
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "2"
|
||||
- "2-scratch"
|
||||
- "2.1.0"
|
||||
- "latest"
|
||||
- "2"
|
||||
- 2-scratch
|
||||
- 2.1.0
|
||||
- latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue