mirror of
https://github.com/bitnami/containers.git
synced 2026-03-25 15:27:42 +08:00
5.0.1-debian-11-r5 release
This commit is contained in:
committed by
Bitnami Containers
parent
9b0ef94bbc
commit
b85241da0a
@@ -58,8 +58,8 @@ component_unpack() {
|
|||||||
fi
|
fi
|
||||||
if [ -n "$package_sha256" ]; then
|
if [ -n "$package_sha256" ]; then
|
||||||
echo "Verifying package integrity"
|
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
|
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"
|
rm "${base_name}.tar.gz"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.dev/) for deploy
|
|||||||
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/).
|
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/).
|
||||||
|
|
||||||
|
|
||||||
- [`5`, `5-debian-11`, `5.0.1`, `5.0.1-debian-11-r4`, `latest` (5/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-redmine/blob/5.0.1-debian-11-r4/5/debian-11/Dockerfile)
|
- [`5`, `5-debian-11`, `5.0.1`, `5.0.1-debian-11-r5`, `latest` (5/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-redmine/blob/5.0.1-debian-11-r5/5/debian-11/Dockerfile)
|
||||||
|
|
||||||
Subscribe to project updates by watching the [bitnami/redmine GitHub repo](https://github.com/bitnami/bitnami-docker-redmine).
|
Subscribe to project updates by watching the [bitnami/redmine GitHub repo](https://github.com/bitnami/bitnami-docker-redmine).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user