From a919fa9db235a24af9746a1ad7a3959495f0d3be Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 12 Dec 2018 19:07:45 +0000 Subject: [PATCH] 1.14.2-ol-7-r7 release --- bitnami/nginx/1.14/ol-7/Dockerfile | 7 ++++--- bitnami/nginx/1.14/ol-7/rootfs/nginx-inputs.json | 1 + bitnami/nginx/README.md | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/bitnami/nginx/1.14/ol-7/Dockerfile b/bitnami/nginx/1.14/ol-7/Dockerfile index 3976243728a0..25a2defbdf1f 100644 --- a/bitnami/nginx/1.14/ol-7/Dockerfile +++ b/bitnami/nginx/1.14/ol-7/Dockerfile @@ -1,4 +1,4 @@ -FROM bitnami/oraclelinux-extras-base:7-r139 +FROM bitnami/oraclelinux-extras-base:7-r141 LABEL maintainer "Bitnami " ENV BITNAMI_PKG_CHMOD="-R g+rwX" \ @@ -10,7 +10,7 @@ ENV BITNAMI_PKG_CHMOD="-R g+rwX" \ # Install required system packages and dependencies RUN install_packages glibc keyutils-libs krb5-libs libcom_err libselinux nss-softokn-freebl openssl-libs pcre zlib -RUN . ./libcomponent.sh && component_unpack "nginx" "1.14.2-0" --checksum c308f8ea10aa057423f56befcb96dbd87dc9bc820601b87f21336ae3443a9112 +RUN . ./libcomponent.sh && component_unpack "nginx" "1.14.2-20" --checksum a977fe88500927549540238545e84148137557d100ec5550e74c80535c784f96 RUN ln -sf /opt/bitnami/nginx/html /app RUN ln -sf /dev/stdout /opt/bitnami/nginx/logs/access.log RUN ln -sf /dev/stdout /opt/bitnami/nginx/logs/error.log @@ -18,10 +18,11 @@ RUN ln -sf /dev/stdout /opt/bitnami/nginx/logs/error.log COPY rootfs / RUN /prepare.sh ENV BITNAMI_APP_NAME="nginx" \ - BITNAMI_IMAGE_VERSION="1.14.2-ol-7-r6" \ + BITNAMI_IMAGE_VERSION="1.14.2-ol-7-r7" \ NAMI_PREFIX="/.nami" \ NGINX_DAEMON_GROUP="" \ NGINX_DAEMON_USER="" \ + NGINX_HTTPS_PORT_NUMBER="443" \ NGINX_HTTP_PORT_NUMBER="8080" \ PATH="/opt/bitnami/nginx/sbin:$PATH" diff --git a/bitnami/nginx/1.14/ol-7/rootfs/nginx-inputs.json b/bitnami/nginx/1.14/ol-7/rootfs/nginx-inputs.json index a1359a8d8d3f..47ac7e683346 100644 --- a/bitnami/nginx/1.14/ol-7/rootfs/nginx-inputs.json +++ b/bitnami/nginx/1.14/ol-7/rootfs/nginx-inputs.json @@ -1,5 +1,6 @@ { "httpPort": "{{$global.env.NGINX_HTTP_PORT_NUMBER}}", + "httpsPort": "{{$global.env.NGINX_HTTPS_PORT_NUMBER}}", "systemGroup": "{{$global.env.NGINX_DAEMON_GROUP}}", "systemUser": "{{$global.env.NGINX_DAEMON_USER}}" } \ No newline at end of file diff --git a/bitnami/nginx/README.md b/bitnami/nginx/README.md index e14d953eb2c7..7b8e443a57eb 100644 --- a/bitnami/nginx/README.md +++ b/bitnami/nginx/README.md @@ -50,7 +50,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/containers/how-to/understand-rolling-tags-containers/). -* [`1.14-ol-7`, `1.14.2-ol-7-r5` (1.14/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.14.2-ol-7-r5/1.14/ol-7/Dockerfile) +* [`1.14-ol-7`, `1.14.2-ol-7-r7` (1.14/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.14.2-ol-7-r7/1.14/ol-7/Dockerfile) * [`1.14-debian-9`, `1.14.2-debian-9-r6`, `1.14`, `1.14.2`, `1.14.2-r6`, `latest` (1.14/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.14.2-debian-9-r6/1.14/debian-9/Dockerfile) * [`1.14-rhel-7`, `1.14.0-rhel-7-r13` (1.14/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.14.0-rhel-7-r13/1.14/rhel-7/Dockerfile)