mirror of
https://github.com/bitnami/containers.git
synced 2026-03-06 06:58:01 +08:00
5.7.38-debian-11-r5 release
This commit is contained in:
committed by
Bitnami Containers
parent
e7bf4c8ce1
commit
9794096666
@@ -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"
|
||||
}
|
||||
|
||||
@@ -48,7 +48,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
|
||||
|
||||
* [`8.0`, `8.0-debian-11`, `8.0.29`, `8.0.29-debian-11-r4`, `latest` (8.0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/8.0.29-debian-11-r4/8.0/debian-11/Dockerfile)
|
||||
* [`5.7`, `5.7-debian-11`, `5.7.38`, `5.7.38-debian-11-r4` (5.7/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/5.7.38-debian-11-r4/5.7/debian-11/Dockerfile)
|
||||
* [`5.7`, `5.7-debian-11`, `5.7.38`, `5.7.38-debian-11-r5` (5.7/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/5.7.38-debian-11-r5/5.7/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/mysql GitHub repo](https://github.com/bitnami/bitnami-docker-mysql).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user