7.0.3-0-debian-11-r5 release
This commit is contained in:
parent
501c337155
commit
4fe3e5c6d4
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ $ docker-compose up
|
|||
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/).
|
||||
|
||||
|
||||
* [`7`, `7-debian-11`, `7.0.3-0`, `7.0.3-0-debian-11-r4`, `latest` (7/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-rails/blob/7.0.3-0-debian-11-r4/7/debian-11/Dockerfile)
|
||||
* [`7`, `7-debian-11`, `7.0.3-0`, `7.0.3-0-debian-11-r5`, `latest` (7/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-rails/blob/7.0.3-0-debian-11-r5/7/debian-11/Dockerfile)
|
||||
* [`6`, `6-debian-11`, `6.1.6-0`, `6.1.6-0-debian-11-r4` (6/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-rails/blob/6.1.6-0-debian-11-r4/6/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/rails GitHub repo](https://github.com/bitnami/bitnami-docker-rails).
|
||||
|
|
|
|||
Loading…
Reference in New Issue