mirror of
https://github.com/bitnami/containers.git
synced 2026-03-02 08:04:33 +08:00
1.14.2-rhel-7-r37 release
This commit is contained in:
@@ -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="" \
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 **"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user