1.22.0-debian-11-r15 release
This commit is contained in:
parent
435a241925
commit
2b08041cdf
|
|
@ -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-150" --checksum 8b992a5ee513c5eaca52b19232b21a93588ddf4c4850be4d47c6f19b11d1d90a
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "nginx" "1.22.0-151" --checksum 4c1cffbf2d5f9f767bc364dd341d540be918dea9022f434c1d608819736cf718
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "nginx" "1.22.0-153" --checksum b3b69cb01d9289df0b365ce675ae4297a93022696db94f8cd31a1f443244963d
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-151" --checksum 089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@
|
|||
},
|
||||
"nginx": {
|
||||
"arch": "amd64",
|
||||
"digest": "4c1cffbf2d5f9f767bc364dd341d540be918dea9022f434c1d608819736cf718",
|
||||
"digest": "b3b69cb01d9289df0b365ce675ae4297a93022696db94f8cd31a1f443244963d",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.22.0-151"
|
||||
"version": "1.22.0-153"
|
||||
},
|
||||
"render-template": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`1.23`, `1.23-debian-11`, `1.23.0`, `1.23.0-debian-11-r3`, `latest` (1.23/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.23.0-debian-11-r3/1.23/debian-11/Dockerfile)
|
||||
* [`1.22`, `1.22-debian-11`, `1.22.0`, `1.22.0-debian-11-r14` (1.22/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.22.0-debian-11-r14/1.22/debian-11/Dockerfile)
|
||||
* [`1.22`, `1.22-debian-11`, `1.22.0`, `1.22.0-debian-11-r15` (1.22/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.22.0-debian-11-r15/1.22/debian-11/Dockerfile)
|
||||
* [`1.21`, `1.21-debian-11`, `1.21.6`, `1.21.6-debian-11-r15` (1.21/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.21.6-debian-11-r15/1.21/debian-11/Dockerfile)
|
||||
|
||||
## Get this image
|
||||
|
|
|
|||
Loading…
Reference in New Issue