1.17.10-debian-10-r19 release

This commit is contained in:
Bitnami Bot
2020-04-29 10:52:42 +00:00
parent b5b608e74f
commit a63fd448b2
2 changed files with 6 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ RUN chmod -R g+rwX /opt/bitnami/nginx/conf
COPY rootfs / COPY rootfs /
RUN /opt/bitnami/scripts/nginx/postunpack.sh RUN /opt/bitnami/scripts/nginx/postunpack.sh
ENV BITNAMI_APP_NAME="nginx" \ ENV BITNAMI_APP_NAME="nginx" \
BITNAMI_IMAGE_VERSION="1.17.10-debian-10-r18" \ BITNAMI_IMAGE_VERSION="1.17.10-debian-10-r19" \
NAMI_PREFIX="/.nami" \ NAMI_PREFIX="/.nami" \
NGINX_ENABLE_CUSTOM_PORTS="no" \ NGINX_ENABLE_CUSTOM_PORTS="no" \
NGINX_HTTPS_PORT_NUMBER="" \ NGINX_HTTPS_PORT_NUMBER="" \

View File

@@ -44,8 +44,8 @@ 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/). 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.17-debian-10`, `1.17.10-debian-10-r18`, `1.17`, `1.17.10` (1.17/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.17.10-debian-10-r18/1.17/debian-10/Dockerfile) * [`1.17-debian-10`, `1.17.10-debian-10-r19`, `1.17`, `1.17.10` (1.17/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.17.10-debian-10-r19/1.17/debian-10/Dockerfile)
* [`1.16-debian-10`, `1.16.1-debian-10-r100`, `1.16`, `1.16.1`, `latest` (1.16/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.16.1-debian-10-r100/1.16/debian-10/Dockerfile) * [`1.16-debian-10`, `1.16.1-debian-10-r105`, `1.16`, `1.16.1`, `latest` (1.16/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.16.1-debian-10-r105/1.16/debian-10/Dockerfile)
# Get this image # Get this image
@@ -287,15 +287,15 @@ RUN install_packages xxx yyy zzz
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "nginx" "a.b.c-0" RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "nginx" "a.b.c-0"
... ...
COPY rootfs / COPY rootfs /
RUN /opt/bitnami/scripts/postunpack.sh RUN /opt/bitnami/scripts/nginx/postunpack.sh
... ...
ENV BITNAMI_APP_NAME="nginx" ... ENV BITNAMI_APP_NAME="nginx" ...
EXPOSE 8080 8443 EXPOSE 8080 8443
WORKDIR /app WORKDIR /app
USER 1001 USER 1001
... ...
ENTRYPOINT [ "/opt/bitnami/scripts/entrypoint.sh" ] ENTRYPOINT [ "/opt/bitnami/scripts/nginx/entrypoint.sh" ]
CMD [ "/opt/bitnami/scripts/run.sh" ] CMD [ "/opt/bitnami/scripts/nginx/run.sh" ]
``` ```
The Dockerfile has several sections related to: The Dockerfile has several sections related to: