[bitnami/rabbitmq-cluster-operator] Release 1.14.0-scratch-r6 (#4568)

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-08-30 03:56:10 +02:00
committed by GitHub
parent 6865dbd664
commit a3b953cd45
4 changed files with 23 additions and 8 deletions

View File

@@ -5,16 +5,26 @@ COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages ca-certificates gzip tar wget
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/rabbitmq-cluster-operator-1.14.0-2-linux-amd64-debian-11.tar.gz && \
echo "9e3f67b7fb948d009c8c89c4bbb4b74d5d3e8987023894d989e79b1967d19e87 /tmp/bitnami/pkg/cache/rabbitmq-cluster-operator-1.14.0-2-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/rabbitmq-cluster-operator-1.14.0-2-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/rabbitmq-cluster-operator-1.14.0-2-linux-amd64-debian-11.tar.gz
RUN install_packages ca-certificates curl gzip tar
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
if [ ! -f rabbitmq-cluster-operator-1.14.0-3-linux-amd64-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/rabbitmq-cluster-operator-1.14.0-3-linux-amd64-debian-11.tar.gz -O ; \
fi && \
echo "f6148b1ae97eb22eae7d18c8b8c1e9b0e2aab3e730ebdd945e9ee6bfd7c44f1f rabbitmq-cluster-operator-1.14.0-3-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf rabbitmq-cluster-operator-1.14.0-3-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --wildcards '*/files' && \
rm -rf rabbitmq-cluster-operator-1.14.0-3-linux-amd64-debian-11.tar.gz
######
FROM scratch
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="1.14.0-scratch-r6" \
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." \
org.opencontainers.image.version="1.14.0"
COPY prebuildfs /
COPY rootfs /
COPY --from=builder /opt/bitnami/rabbitmq-cluster-operator/bin/manager /manager

View File

@@ -1,9 +1,9 @@
{
"rabbitmq-cluster-operator": {
"arch": "amd64",
"digest": "9e3f67b7fb948d009c8c89c4bbb4b74d5d3e8987023894d989e79b1967d19e87",
"digest": "f6148b1ae97eb22eae7d18c8b8c1e9b0e2aab3e730ebdd945e9ee6bfd7c44f1f",
"distro": "debian-11",
"type": "NAMI",
"version": "1.14.0-2"
"version": "1.14.0-3"
}
}

View File

@@ -0,0 +1,5 @@
rolling-tags:
- "1"
- "1-scratch"
- "1.14.0"
- "latest"

View File

@@ -28,7 +28,7 @@ $ docker run --name rabbitmq-cluster-operator bitnami/rabbitmq-cluster-operator:
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
- [`1`, `1-scratch`, `1.14.0`, `1.14.0-scratch-r5`, `latest` (1/scratch/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/rabbitmq-cluster-operator/1/scratch/Dockerfile)
- [`1`, `1-scratch`, `1.14.0`, `1.14.0-scratch-r6`, `latest` (1/scratch/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/rabbitmq-cluster-operator/1/scratch/Dockerfile)
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).