4.1.8-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2022-01-25 02:22:04 +00:00
parent 147fa718fd
commit 728bef2f0d
3 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ RUN install_packages acl ca-certificates curl gzip libaudit1 libbsd0 libbz2-1.0
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "php" "7.4.27-8" --checksum 91191e8bdf140a08f873675198c998fa4fabbea0a22fce0791568b5f8c11aaad
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.4.22-1" --checksum 37ba718ad68506a9ea0705c12f013a6afc7210c82460769ffba0f16759caae95
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-2" --checksum 7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "codeigniter" "4.1.7-2" --checksum ec3dda5d1c4e49e67f4dd0b6253c74a30fb8fdfde689063f6ffe57dcaf9acbea
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "codeigniter" "4.1.8-0" --checksum d2a4abfac093079a549208901480f1f5b4593f2f4a4815e659701165044fc8b3
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN /build/bitnami-user.sh
@@ -21,7 +21,7 @@ RUN /opt/bitnami/scripts/codeigniter/postunpack.sh
RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
RUN /opt/bitnami/scripts/php/postunpack.sh
ENV BITNAMI_APP_NAME="codeigniter" \
BITNAMI_IMAGE_VERSION="4.1.7-debian-10-r13" \
BITNAMI_IMAGE_VERSION="4.1.8-debian-10-r0" \
PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/mysql/bin:/opt/bitnami/common/bin:/opt/bitnami/codeigniter/bin:$PATH" \
PHP_ENABLE_OPCACHE="0"

View File

@@ -1,10 +1,10 @@
{
"codeigniter": {
"arch": "amd64",
"digest": "ec3dda5d1c4e49e67f4dd0b6253c74a30fb8fdfde689063f6ffe57dcaf9acbea",
"digest": "d2a4abfac093079a549208901480f1f5b4593f2f4a4815e659701165044fc8b3",
"distro": "debian-10",
"type": "NAMI",
"version": "4.1.7-2"
"version": "4.1.8-0"
},
"gosu": {
"arch": "amd64",

View File

@@ -45,7 +45,7 @@ The Bitnami CodeIgniter Development Container has been carefully engineered to p
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/).
* [`4`, `4-debian-10`, `4.1.7`, `4.1.7-debian-10-r13`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-codeigniter/blob/4.1.7-debian-10-r13/4/debian-10/Dockerfile)
* [`4`, `4-debian-10`, `4.1.8`, `4.1.8-debian-10-r0`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-codeigniter/blob/4.1.8-debian-10-r0/4/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/codeigniter GitHub repo](https://github.com/bitnami/bitnami-docker-codeigniter).