1.14.2-rhel-7-r37 release

This commit is contained in:
Bitnami Bot
2019-03-05 03:40:04 +00:00
parent 273a2da51c
commit 689fc25f53
6 changed files with 8 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ RUN ln -sf /dev/stderr /opt/bitnami/nginx/logs/error.log
COPY rootfs /
RUN /prepare.sh
ENV BITNAMI_APP_NAME="nginx" \
BITNAMI_IMAGE_VERSION="1.14.2-rhel-7-r36" \
BITNAMI_IMAGE_VERSION="1.14.2-rhel-7-r37" \
NAMI_PREFIX="/.nami" \
NGINX_DAEMON_GROUP="" \
NGINX_DAEMON_USER="" \

View File

@@ -10,7 +10,7 @@ set -o pipefail
. /libbitnami.sh
. /libnginx.sh
# Load NGINX env. variables
# Load NGINX environment variables
eval "$(nginx_env)"
print_welcome_page

View File

@@ -5,7 +5,7 @@
# Load libraries
. /libnginx.sh
# Load NGINX env. variables
# Load NGINX environment variables
eval "$(nginx_env)"
for dir in "/bitnami" "$NGINX_VOLUME" "$NGINX_CONFDIR" "$NGINX_BASEDIR" "$NGINX_TMPDIR"; do

View File

@@ -10,7 +10,7 @@ set -o pipefail
. /liblog.sh
. /libnginx.sh
# Load NGINX env. variables
# Load NGINX environment variables
eval "$(nginx_env)"
info "** Starting NGINX **"

View File

@@ -11,10 +11,10 @@ set -o pipefail
. /libfs.sh
. /libnginx.sh
# Load NGINX env. variables
# Load NGINX environment variables
eval "$(nginx_env)"
# Ensure NGINX env. variables settings are valid
# Ensure NGINX environment variables settings are valid
nginx_validate
# Ensure NGINX is stopped when this script ends
trap "nginx_stop" EXIT

View File

@@ -46,8 +46,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/containers/how-to/understand-rolling-tags-containers/).
* [`1.14-rhel-7`, `1.14.2-rhel-7-r36` (1.14/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.14.2-rhel-7-r36/1.14/rhel-7/Dockerfile)
* [`1.14-ol-7`, `1.14.2-ol-7-r87` (1.14/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.14.2-ol-7-r87/1.14/ol-7/Dockerfile)
* [`1.14-rhel-7`, `1.14.2-rhel-7-r37` (1.14/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.14.2-rhel-7-r37/1.14/rhel-7/Dockerfile)
* [`1.14-ol-7`, `1.14.2-ol-7-r86` (1.14/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.14.2-ol-7-r86/1.14/ol-7/Dockerfile)
* [`1.14-debian-9`, `1.14.2-debian-9-r78`, `1.14`, `1.14.2`, `1.14.2-r78`, `latest` (1.14/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.14.2-debian-9-r78/1.14/debian-9/Dockerfile)