1.14.0-scratch-r3 release

This commit is contained in:
Bitnami Bot
2022-07-16 14:59:44 +00:00
committed by Bitnami Containers
parent 9c2feeb97d
commit daa611af25
3 changed files with 7 additions and 7 deletions

View File

@@ -6,10 +6,10 @@ 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-0-linux-amd64-debian-11.tar.gz && \
echo "35e05ec6f456c96da3107a806bd63c27874d4c1e426bc1b6e6ea1f8bd99443df /tmp/bitnami/pkg/cache/rabbitmq-cluster-operator-1.14.0-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/rabbitmq-cluster-operator-1.14.0-0-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-0-linux-amd64-debian-11.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/rabbitmq-cluster-operator-1.14.0-1-linux-amd64-debian-11.tar.gz && \
echo "c55a43c1e4b603cabefc745500550835c71f42ce8b72e68c27db059867e6d42d /tmp/bitnami/pkg/cache/rabbitmq-cluster-operator-1.14.0-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/rabbitmq-cluster-operator-1.14.0-1-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-1-linux-amd64-debian-11.tar.gz
######

View File

@@ -1,9 +1,9 @@
{
"rabbitmq-cluster-operator": {
"arch": "amd64",
"digest": "35e05ec6f456c96da3107a806bd63c27874d4c1e426bc1b6e6ea1f8bd99443df",
"digest": "c55a43c1e4b603cabefc745500550835c71f42ce8b72e68c27db059867e6d42d",
"distro": "debian-11",
"type": "NAMI",
"version": "1.14.0-0"
"version": "1.14.0-1"
}
}

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-r2`, `latest` (1/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq-cluster-operator/blob/1.14.0-scratch-r2/1/scratch/Dockerfile)
- [`1`, `1-scratch`, `1.14.0`, `1.14.0-scratch-r3`, `latest` (1/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-rabbitmq-cluster-operator/blob/1.14.0-scratch-r3/1/scratch/Dockerfile)
Subscribe to project updates by watching the [bitnami/rabbitmq-cluster-operator GitHub repo](https://github.com/bitnami/bitnami-docker-rabbitmq-cluster-operator).