[bitnami/rabbitmq-cluster-operator] Release 2.2.0-scratch-r0 (#27528)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
7f17f66ad0
commit
47185899e9
|
|
@ -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-2-linux-${OS_ARCH}-debian-11" \
|
||||
"rabbitmq-cluster-operator-2.2.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -33,13 +33,13 @@ ARG TARGETARCH
|
|||
ENV OS_ARCH="${TARGETARCH:-amd64}"
|
||||
|
||||
LABEL org.opencontainers.image.base.name="scratch" \
|
||||
org.opencontainers.image.created="2023-03-01T11:47:10Z" \
|
||||
org.opencontainers.image.created="2023-03-18T08:53:49Z" \
|
||||
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-r7" \
|
||||
org.opencontainers.image.ref.name="2.2.0-scratch-r0" \
|
||||
org.opencontainers.image.title="rabbitmq-cluster-operator" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2.1.0"
|
||||
org.opencontainers.image.version="2.2.0"
|
||||
|
||||
COPY prebuildfs /
|
||||
COPY rootfs /
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"rabbitmq-cluster-operator": {
|
||||
"arch": "amd64",
|
||||
"digest": "6248882987910c066c4b761af1168bb53a5b3e7f73b59ce121e5d33d1fda1c03",
|
||||
"digest": "0567f80384f3289930ad3724a918d5e42d8284f565dcd0ad0428fe7f0a9d0c32",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.1.0-2"
|
||||
"version": "2.2.0-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "2"
|
||||
- 2-scratch
|
||||
- 2.1.0
|
||||
- 2.2.0
|
||||
- latest
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
> The RabbitMQ Cluster Kubernetes Operator automates provisioning, management, and operations of RabbitMQ clusters running on Kubernetes.
|
||||
|
||||
[Overview of RabbitMQ Cluster Operator](https://github.com/rabbitmq/cluster-operator)
|
||||
|
||||
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
|
||||
|
||||
## TL;DR
|
||||
|
|
|
|||
Loading…
Reference in New Issue