1.19.6-debian-10-r27 release

This commit is contained in:
Bitnami Bot 2021-01-13 22:53:47 +00:00
parent f5de8a1bd9
commit b67d3a3c72
4 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,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.6-debian-10-r26" \
BITNAMI_IMAGE_VERSION="1.19.6-debian-10-r27" \
NGINX_ENABLE_CUSTOM_PORTS="no" \
NGINX_HTTPS_PORT_NUMBER="" \
NGINX_HTTP_PORT_NUMBER="" \

View File

@ -29,4 +29,4 @@ else
info "nginx is already running"
fi
exit "${error_code}"
exit "$error_code"

View File

@ -29,4 +29,4 @@ else
info "nginx is not running"
fi
exit "${error_code}"
exit "$error_code"

View File

@ -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.6`, `1.19.6-debian-10-r26`, `latest` (1.19/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.19.6-debian-10-r26/1.19/debian-10/Dockerfile)
* [`1.19`, `1.19-debian-10`, `1.19.6`, `1.19.6-debian-10-r27`, `latest` (1.19/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.19.6-debian-10-r27/1.19/debian-10/Dockerfile)
* [`1.18`, `1.18-debian-10`, `1.18.0`, `1.18.0-debian-10-r235` (1.18/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.18.0-debian-10-r235/1.18/debian-10/Dockerfile)
# Get this image