8.0.1-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2022-01-04 17:57:14 +00:00
parent d1e949dbc4
commit dfd96244b3
4 changed files with 6 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "apache" "2.4.52-
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.3.32-0" --checksum 4a211faa9436c9747dfc4374cb9e8a7f9b0065dfc58dd4784cef0f5029c2e65e
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "7.4.27-1" --checksum 2286e3101af00eaba55cdc0aab27a0ea020582a4b1b1f3af9fbf6c4c9fc23017
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-4" --checksum 9b09b8c13e726569fd846abef20228b2e29de456805994e512f3b47f74cf742d
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "osclass" "8.0.0-0" --checksum ec5855e8cdd6a6b3096b860c8e7db98ae07c105f0af196ee75c41be3f1189536
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "osclass" "8.0.1-0" --checksum 17dfee63aa9f7dc0f441b89cb5bfcc218f7992ad2a70f1ef0f8218b27606113f
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
RUN chmod g+rwX /opt/bitnami
@@ -29,7 +29,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \
APACHE_HTTPS_PORT_NUMBER="" \
APACHE_HTTP_PORT_NUMBER="" \
BITNAMI_APP_NAME="osclass" \
BITNAMI_IMAGE_VERSION="8.0.0-debian-10-r42" \
BITNAMI_IMAGE_VERSION="8.0.1-debian-10-r0" \
MARIADB_HOST="mariadb" \
MARIADB_PORT_NUMBER="3306" \
MARIADB_ROOT_PASSWORD="" \

View File

@@ -29,10 +29,10 @@
},
"osclass": {
"arch": "amd64",
"digest": "ec5855e8cdd6a6b3096b860c8e7db98ae07c105f0af196ee75c41be3f1189536",
"digest": "17dfee63aa9f7dc0f441b89cb5bfcc218f7992ad2a70f1ef0f8218b27606113f",
"distro": "debian-10",
"type": "NAMI",
"version": "8.0.0-0"
"version": "8.0.1-0"
},
"php": {
"arch": "amd64",

View File

@@ -58,7 +58,7 @@ component_unpack() {
fi
if [ -n "$package_sha256" ]; then
echo "Verifying package integrity"
echo "$package_sha256 ${base_name}.tar.gz" | sha256sum --check -
echo "$package_sha256 ${base_name}.tar.gz" | sha256sum --check - || exit "$?"
fi
tar --directory "${directory}" --extract --gunzip --file "${base_name}.tar.gz" --no-same-owner --strip-components=2 "${base_name}/files/"
rm "${base_name}.tar.gz"

View File

@@ -43,7 +43,7 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.com/) 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/).
- [`8`, `8-debian-10`, `8.0.0`, `8.0.0-debian-10-r42` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-osclass/blob/8.0.0-debian-10-r42/8/debian-10/Dockerfile)
- [`8`, `8-debian-10`, `8.0.1`, `8.0.1-debian-10-r0` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-osclass/blob/8.0.1-debian-10-r0/8/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/osclass GitHub repo](https://github.com/bitnami/bitnami-docker-osclass).