[bitnami/codeigniter] Release 4.2.6-debian-11-r0 (#5208)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
143a478dcc
commit
5596a6b141
|
|
@ -5,11 +5,11 @@ ENV OS_ARCH="amd64" \
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="4.2.5-debian-11-r2" \
|
||||
org.opencontainers.image.ref.name="4.2.6-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/codeigniter" \
|
||||
org.opencontainers.image.title="codeigniter" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="4.2.5"
|
||||
org.opencontainers.image.version="4.2.6"
|
||||
|
||||
COPY prebuildfs /
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
|
@ -37,12 +37,12 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|||
tar -zxf gosu-1.14.0-154-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
||||
rm -rf gosu-1.14.0-154-linux-amd64-debian-11.tar.gz
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
if [ ! -f codeigniter-4.2.5-0-linux-amd64-debian-11.tar.gz ]; then \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/codeigniter-4.2.5-0-linux-amd64-debian-11.tar.gz -O ; \
|
||||
if [ ! -f codeigniter-4.2.6-0-linux-amd64-debian-11.tar.gz ]; then \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/codeigniter-4.2.6-0-linux-amd64-debian-11.tar.gz -O ; \
|
||||
fi && \
|
||||
echo "6bae4d7c1d5085c73ccbdab95d777415c85a16b4292c8146af756d323d896f0e codeigniter-4.2.5-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf codeigniter-4.2.5-0-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
||||
rm -rf codeigniter-4.2.5-0-linux-amd64-debian-11.tar.gz
|
||||
echo "88069394584c36aa63c439a34d11e0e38b15233124e0cae51b81391467ac5fba codeigniter-4.2.6-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf codeigniter-4.2.6-0-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
||||
rm -rf codeigniter-4.2.6-0-linux-amd64-debian-11.tar.gz
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN /build/bitnami-user.sh
|
||||
|
|
@ -51,7 +51,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.5" \
|
||||
ENV APP_VERSION="4.2.6" \
|
||||
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"
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"codeigniter": {
|
||||
"arch": "amd64",
|
||||
"digest": "6bae4d7c1d5085c73ccbdab95d777415c85a16b4292c8146af756d323d896f0e",
|
||||
"digest": "88069394584c36aa63c439a34d11e0e38b15233124e0cae51b81391467ac5fba",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "4.2.5-0"
|
||||
"version": "4.2.6-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "4"
|
||||
- "4-debian-11"
|
||||
- "4.2.5"
|
||||
- "4.2.6"
|
||||
- "latest"
|
||||
|
|
|
|||
|
|
@ -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.5`, `4.2.5-debian-11-r2`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/codeigniter/4/debian-11/Dockerfile)
|
||||
* [`4`, `4-debian-11`, `4.2.6`, `4.2.6-debian-11-r0`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/codeigniter/4/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue