[bitnami/nginx] Release 1.23.1-debian-11-r0 (#90)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
b946e5aeeb
commit
a24d604851
|
|
@ -9,7 +9,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libc6 libcrypt1 libgeoip1 libpcre3 libssl1.1 procps tar zlib1g
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.3-151" --checksum 9690a34674f152e55c71a55275265314ed1bb29e0be8a75d7880488509f70deb
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "nginx" "1.23.0-3" --checksum e8963ccb0ce5757ed1e7e8334ad721e73c41fc916460a74750b986cde0b11b8d
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "nginx" "1.23.1-0" --checksum 72b33acf185384a75efb00cfbfc591e813f2efc089159fe5ef8b3a249a6182d7
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-152" --checksum 0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
|
@ -19,7 +19,7 @@ RUN ln -sf /dev/stderr /opt/bitnami/nginx/logs/error.log
|
|||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/nginx/postunpack.sh
|
||||
ENV APP_VERSION="1.23.0" \
|
||||
ENV APP_VERSION="1.23.1" \
|
||||
BITNAMI_APP_NAME="nginx" \
|
||||
NGINX_HTTPS_PORT_NUMBER="" \
|
||||
NGINX_HTTP_PORT_NUMBER="" \
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@
|
|||
},
|
||||
"nginx": {
|
||||
"arch": "amd64",
|
||||
"digest": "e8963ccb0ce5757ed1e7e8334ad721e73c41fc916460a74750b986cde0b11b8d",
|
||||
"digest": "72b33acf185384a75efb00cfbfc591e813f2efc089159fe5ef8b3a249a6182d7",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.23.0-3"
|
||||
"version": "1.23.1-0"
|
||||
},
|
||||
"render-template": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -45,9 +45,9 @@ Non-root container images add an extra layer of security and are generally recom
|
|||
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/).
|
||||
|
||||
|
||||
* [`1.23`, `1.23-debian-11`, `1.23.0`, `1.23.0-debian-11-r6`, `latest` (1.23/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.23.0-debian-11-r6/1.23/debian-11/Dockerfile)
|
||||
* [`1.22`, `1.22-debian-11`, `1.22.0`, `1.22.0-debian-11-r17` (1.22/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.22.0-debian-11-r17/1.22/debian-11/Dockerfile)
|
||||
* [`1.21`, `1.21-debian-11`, `1.21.6`, `1.21.6-debian-11-r17` (1.21/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.21.6-debian-11-r17/1.21/debian-11/Dockerfile)
|
||||
* [`1.23`, `1.23-debian-11`, `1.23.1`, `1.23.1-debian-11-r0`, `latest` (1.23/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.23.1-debian-11-r0/1.23/debian-11/Dockerfile)
|
||||
* [`1.22`, `1.22-debian-11`, `1.22.0`, `1.22.0-debian-11-r18` (1.22/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.22.0-debian-11-r18/1.22/debian-11/Dockerfile)
|
||||
* [`1.21`, `1.21-debian-11`, `1.21.6`, `1.21.6-debian-11-r18` (1.21/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.21.6-debian-11-r18/1.21/debian-11/Dockerfile)
|
||||
|
||||
## Get this image
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue