2022.6.10-debian-11-r1 release
This commit is contained in:
parent
bf4cd83cbb
commit
b00cfb0881
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ Non-root container images add an extra layer of security and are generally recom
|
|||
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/).
|
||||
|
||||
|
||||
* [`2022`, `2022-debian-11`, `2022.6.10`, `2022.6.10-debian-11-r0`, `latest` (2022/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2022.6.10-debian-11-r0/2022/debian-11/Dockerfile)
|
||||
* [`2022`, `2022-debian-11`, `2022.6.10`, `2022.6.10-debian-11-r1`, `latest` (2022/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2022.6.10-debian-11-r1/2022/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/minio-client GitHub repo](https://github.com/bitnami/bitnami-docker-minio-client).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue