mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 14:57:44 +08:00
[bitnami/rabbitmq-cluster-operator] Release 1.14.0-scratch-r5 (#2400)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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-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
|
||||
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
|
||||
|
||||
######
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"rabbitmq-cluster-operator": {
|
||||
"arch": "amd64",
|
||||
"digest": "c55a43c1e4b603cabefc745500550835c71f42ce8b72e68c27db059867e6d42d",
|
||||
"digest": "9e3f67b7fb948d009c8c89c4bbb4b74d5d3e8987023894d989e79b1967d19e87",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-1"
|
||||
"version": "1.14.0-2"
|
||||
}
|
||||
}
|
||||
@@ -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-r4`, `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-r5`, `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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user