4.2.1-debian-11-r0 release

This commit is contained in:
Bitnami Bot
2022-06-16 17:57:15 +00:00
committed by Bitnami Containers
parent d610c2d412
commit ca5529320d
3 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ RUN install_packages acl ca-certificates curl gzip libaudit1 libbrotli1 libbsd0
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "php" "8.0.20-150" --checksum 7229552a154bf535a1c3afadf927cf366c345627a244c7bfe1a013e334653bc8
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.6.8-150" --checksum b47e1015fc1c9ce456f134ffd5b6ac6960c3f369c96fcd37319e9289b29a1047
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "codeigniter" "4.2.0-150" --checksum 9cf33b7993f8d42a26178422fd8167f5d034c1dbdb236ab9270d09710127ec98
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "codeigniter" "4.2.1-0" --checksum 6e70f7dd42213c39d2197e63746f64b4af2ed944d1fef46d13d3b0e3225f9a26
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN /build/bitnami-user.sh
@@ -20,7 +20,7 @@ COPY rootfs /
RUN /opt/bitnami/scripts/codeigniter/postunpack.sh
RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
RUN /opt/bitnami/scripts/php/postunpack.sh
ENV APP_VERSION="4.2.0" \
ENV APP_VERSION="4.2.1" \
BITNAMI_APP_NAME="codeigniter" \
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": "9cf33b7993f8d42a26178422fd8167f5d034c1dbdb236ab9270d09710127ec98",
"digest": "6e70f7dd42213c39d2197e63746f64b4af2ed944d1fef46d13d3b0e3225f9a26",
"distro": "debian-11",
"type": "NAMI",
"version": "4.2.0-150"
"version": "4.2.1-0"
},
"gosu": {
"arch": "amd64",

View File

@@ -42,7 +42,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-11`, `4.2.0`, `4.2.0-debian-11-r5`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-codeigniter/blob/4.2.0-debian-11-r5/4/debian-11/Dockerfile)
* [`4`, `4-debian-11`, `4.2.1`, `4.2.1-debian-11-r0`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-codeigniter/blob/4.2.1-debian-11-r0/4/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/codeigniter GitHub repo](https://github.com/bitnami/bitnami-docker-codeigniter).