mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 20:47:22 +08:00
11.1.0-debian-11-r5 release
This commit is contained in:
committed by
Bitnami Containers
parent
f0f23fff50
commit
67adb5a5a0
@@ -58,8 +58,8 @@ component_unpack() {
|
||||
fi
|
||||
if [ -n "$package_sha256" ]; then
|
||||
echo "Verifying package integrity"
|
||||
echo "$package_sha256 ${base_name}.tar.gz" | sha256sum --check - || exit "$?"
|
||||
echo "$package_sha256 ${base_name}.tar.gz" | sha256sum --check - || return "$?"
|
||||
fi
|
||||
tar --directory "${directory}" --extract --gunzip --file "${base_name}.tar.gz" --no-same-owner --strip-components=2
|
||||
tar --directory "${directory}" --extract --gunzip --file "${base_name}.tar.gz" --no-same-owner --strip-components=2 || return "$?"
|
||||
rm "${base_name}.tar.gz"
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@ $ docker run --name wavefront-proxy bitnami/wavefront-proxy:latest
|
||||
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/).
|
||||
|
||||
|
||||
* [`11`, `11-debian-11`, `11.1.0`, `11.1.0-debian-11-r4`, `latest` (11/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-proxy/blob/11.1.0-debian-11-r4/11/debian-11/Dockerfile)
|
||||
* [`11`, `11-debian-11`, `11.1.0`, `11.1.0-debian-11-r5`, `latest` (11/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-proxy/blob/11.1.0-debian-11-r5/11/debian-11/Dockerfile)
|
||||
* [`10`, `10-debian-11`, `10.14.0`, `10.14.0-debian-11-r5` (10/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-proxy/blob/10.14.0-debian-11-r5/10/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/wavefront-proxy GitHub repo](https://github.com/bitnami/bitnami-docker-wavefront-proxy).
|
||||
|
||||
Reference in New Issue
Block a user