From a3b953cd4583bbcc06bf1c9abe881adf0a1df62d Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 30 Aug 2022 03:56:10 +0200 Subject: [PATCH] [bitnami/rabbitmq-cluster-operator] Release 1.14.0-scratch-r6 (#4568) Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- .../1/scratch/Dockerfile | 20 ++++++++++++++----- .../opt/bitnami/.bitnami_components.json | 4 ++-- .../1/scratch/tags-info.yaml | 5 +++++ bitnami/rabbitmq-cluster-operator/README.md | 2 +- 4 files changed, 23 insertions(+), 8 deletions(-) create mode 100644 bitnami/rabbitmq-cluster-operator/1/scratch/tags-info.yaml diff --git a/bitnami/rabbitmq-cluster-operator/1/scratch/Dockerfile b/bitnami/rabbitmq-cluster-operator/1/scratch/Dockerfile index 019b053a75e5..204a5ac75995 100644 --- a/bitnami/rabbitmq-cluster-operator/1/scratch/Dockerfile +++ b/bitnami/rabbitmq-cluster-operator/1/scratch/Dockerfile @@ -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 diff --git a/bitnami/rabbitmq-cluster-operator/1/scratch/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/rabbitmq-cluster-operator/1/scratch/prebuildfs/opt/bitnami/.bitnami_components.json index 00bcc02a93ac..ca7081618114 100644 --- a/bitnami/rabbitmq-cluster-operator/1/scratch/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/rabbitmq-cluster-operator/1/scratch/prebuildfs/opt/bitnami/.bitnami_components.json @@ -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" } } \ No newline at end of file diff --git a/bitnami/rabbitmq-cluster-operator/1/scratch/tags-info.yaml b/bitnami/rabbitmq-cluster-operator/1/scratch/tags-info.yaml new file mode 100644 index 000000000000..575a2bf5203f --- /dev/null +++ b/bitnami/rabbitmq-cluster-operator/1/scratch/tags-info.yaml @@ -0,0 +1,5 @@ +rolling-tags: + - "1" + - "1-scratch" + - "1.14.0" + - "latest" diff --git a/bitnami/rabbitmq-cluster-operator/README.md b/bitnami/rabbitmq-cluster-operator/README.md index 56451d0f89e9..bbcff573e2a8 100644 --- a/bitnami/rabbitmq-cluster-operator/README.md +++ b/bitnami/rabbitmq-cluster-operator/README.md @@ -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).