1.16.1-debian-9-r96 release
This commit is contained in:
parent
44a51106d7
commit
7050743e3f
|
|
@ -9,7 +9,7 @@ ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
|||
|
||||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl libc6 libgeoip1 libpcre3 libssl1.1 procps zlib1g
|
||||
RUN install_packages ca-certificates curl libc6 libgeoip1 libpcre3 libssl1.1 procps unzip zlib1g
|
||||
RUN . ./libcomponent.sh && component_unpack "nginx" "1.16.1-3" --checksum 1a8f6f36c91ddd0f73a1bb5fd00f1e1d099213dff38c8032abc197d887df3531
|
||||
RUN ln -sf /dev/stdout /opt/bitnami/nginx/logs/access.log
|
||||
RUN ln -sf /dev/stderr /opt/bitnami/nginx/logs/error.log
|
||||
|
|
@ -18,7 +18,7 @@ RUN chmod -R g+rwX /opt/bitnami/nginx/conf
|
|||
COPY rootfs /
|
||||
RUN /postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="nginx" \
|
||||
BITNAMI_IMAGE_VERSION="1.16.1-debian-9-r95" \
|
||||
BITNAMI_IMAGE_VERSION="1.16.1-debian-9-r96" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
PATH="/opt/bitnami/nginx/sbin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`1.16-ol-7`, `1.16.1-ol-7-r115` (1.16/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.16.1-ol-7-r115/1.16/ol-7/Dockerfile)
|
||||
* [`1.16-debian-9`, `1.16.1-debian-9-r95`, `1.16`, `1.16.1`, `1.16.1-r95`, `latest` (1.16/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.16.1-debian-9-r95/1.16/debian-9/Dockerfile)
|
||||
* [`1.16-debian-9`, `1.16.1-debian-9-r96`, `1.16`, `1.16.1`, `1.16.1-r96`, `latest` (1.16/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.16.1-debian-9-r96/1.16/debian-9/Dockerfile)
|
||||
* [`1.16-centos-7`, `1.16.1-centos-7-r115` (1.16/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.16.1-centos-7-r115/1.16/centos-7/Dockerfile)
|
||||
|
||||
# Get this image
|
||||
|
|
|
|||
Loading…
Reference in New Issue