1.19.10-debian-10-r6 release
This commit is contained in:
parent
4e68291867
commit
e26a69d723
|
|
@ -10,7 +10,7 @@ COPY prebuildfs /
|
|||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libc6 libgeoip1 libpcre3 libssl1.1 procps tar zlib1g
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.0-3" --checksum 8179ad1371c9a7d897fe3b1bf53bbe763f94edafef19acad2498dd48b3674efe
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "nginx" "1.19.10-0" --checksum 10012fafd14a4c1e1546125ca02117871a580fe025a312291a95b1f32ac42136
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "nginx" "1.19.10-1" --checksum d5f1f9cd897c15e1e2d940831f90f566ea8d5d9c5a74e0de2cfce9b71e655564
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-2" --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
RUN ln -sf /dev/stdout /opt/bitnami/nginx/logs/access.log
|
||||
|
|
@ -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 BITNAMI_APP_NAME="nginx" \
|
||||
BITNAMI_IMAGE_VERSION="1.19.10-debian-10-r5" \
|
||||
BITNAMI_IMAGE_VERSION="1.19.10-debian-10-r6" \
|
||||
NGINX_ENABLE_CUSTOM_PORTS="no" \
|
||||
NGINX_HTTPS_PORT_NUMBER="" \
|
||||
NGINX_HTTP_PORT_NUMBER="" \
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@
|
|||
},
|
||||
"nginx": {
|
||||
"arch": "amd64",
|
||||
"digest": "10012fafd14a4c1e1546125ca02117871a580fe025a312291a95b1f32ac42136",
|
||||
"digest": "d5f1f9cd897c15e1e2d940831f90f566ea8d5d9c5a74e0de2cfce9b71e655564",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.19.10-0"
|
||||
"version": "1.19.10-1"
|
||||
},
|
||||
"render-template": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ 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.19`, `1.19-debian-10`, `1.19.10`, `1.19.10-debian-10-r5`, `latest` (1.19/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.19.10-debian-10-r5/1.19/debian-10/Dockerfile)
|
||||
* [`1.19`, `1.19-debian-10`, `1.19.10`, `1.19.10-debian-10-r6`, `latest` (1.19/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.19.10-debian-10-r6/1.19/debian-10/Dockerfile)
|
||||
* [`1.18`, `1.18-debian-10`, `1.18.0`, `1.18.0-debian-10-r324` (1.18/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.18.0-debian-10-r324/1.18/debian-10/Dockerfile)
|
||||
|
||||
# Get this image
|
||||
|
|
|
|||
Loading…
Reference in New Issue