8.0.2-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2022-05-20 08:25:20 +00:00
committed by Bitnami Containers
parent 0a2b17011e
commit 4e1b25e3a8
3 changed files with 8 additions and 8 deletions

View File

@@ -13,8 +13,8 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "php" "8.0.19-0"
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "apache" "2.4.53-0" --checksum 716e4948a2c40f0a0cc5b1656052aeef916a79152250b0b6c1392dd1187f575a
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.6.7-4" --checksum 14329a8ec0a649ecb9ffb37085a547183748efedea8ed029801ab9b381ab7173
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "8.0.19-0" --checksum d9e9fcca0331bffb09d452b89757c49e3186c3d142c3cf442d75698e76432ee4
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-10" --checksum 97c2ae4b001c5937e888b920bee7b1a40a076680caac53ded6d10f6207d54565
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "osclass" "8.0.1-7" --checksum 045fb225ce7cd3520662964ffedaebd9b40b0311897f2f30108c502c11d30f50
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.3-0" --checksum af5ec81cfb8e8420fe6af80a77d40da25e0f7e136abb6dde27267c97fb27cf8b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "osclass" "8.0.2-0" --checksum 71771d6ce934074c45152f9f6d43d9fa5bfea898116a8aba79b747bc70f95019
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
@@ -28,7 +28,7 @@ RUN /opt/bitnami/scripts/apache-modphp/postunpack.sh
RUN /opt/bitnami/scripts/osclass/postunpack.sh
ENV APACHE_HTTPS_PORT_NUMBER="" \
APACHE_HTTP_PORT_NUMBER="" \
APP_VERSION="8.0.1" \
APP_VERSION="8.0.2" \
BITNAMI_APP_NAME="osclass" \
PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/apache/bin:/opt/bitnami/mysql/bin:/opt/bitnami/common/bin:$PATH"

View File

@@ -29,10 +29,10 @@
},
"osclass": {
"arch": "amd64",
"digest": "045fb225ce7cd3520662964ffedaebd9b40b0311897f2f30108c502c11d30f50",
"digest": "71771d6ce934074c45152f9f6d43d9fa5bfea898116a8aba79b747bc70f95019",
"distro": "debian-10",
"type": "NAMI",
"version": "8.0.1-7"
"version": "8.0.2-0"
},
"php": {
"arch": "amd64",
@@ -43,9 +43,9 @@
},
"render-template": {
"arch": "amd64",
"digest": "97c2ae4b001c5937e888b920bee7b1a40a076680caac53ded6d10f6207d54565",
"digest": "af5ec81cfb8e8420fe6af80a77d40da25e0f7e136abb6dde27267c97fb27cf8b",
"distro": "debian-10",
"type": "NAMI",
"version": "1.0.1-10"
"version": "1.0.3-0"
}
}

View File

@@ -41,7 +41,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.1`, `8.0.1-debian-10-r128`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-osclass/blob/8.0.1-debian-10-r128/8/debian-10/Dockerfile)
- [`8`, `8-debian-10`, `8.0.2`, `8.0.2-debian-10-r0`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-osclass/blob/8.0.2-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).