1.16.1-debian-10-r77 release
This commit is contained in:
parent
27d1491f81
commit
d295599220
|
|
@ -10,7 +10,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 sudo unzip zlib1g
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "nginx" "1.16.1-2" --checksum 42084146b6cc40c79c8e92a305f28a899f1479ac633d5e7938b270d700a323dc
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "nginx" "1.16.1-3" --checksum 406d81566dfde862032474a85e6b05565db858a3e7559cf28a0b5a05b7c2cdf5
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.11.0-3" --checksum c18bb8bcc95aa2494793ed5a506c4d03acc82c8c60ad061d5702e0b4048f0cb1
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
|
@ -21,7 +21,7 @@ RUN chmod -R g+rwX /opt/bitnami/nginx/conf
|
|||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/nginx/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="nginx" \
|
||||
BITNAMI_IMAGE_VERSION="1.16.1-debian-10-r76" \
|
||||
BITNAMI_IMAGE_VERSION="1.16.1-debian-10-r77" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
NGINX_ENABLE_CUSTOM_PORTS="no" \
|
||||
NGINX_HTTPS_PORT_NUMBER="" \
|
||||
|
|
|
|||
|
|
@ -46,7 +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.16-debian-10`, `1.16.1-debian-10-r76`, `1.16`, `1.16.1`, `latest` (1.16/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.16.1-debian-10-r76/1.16/debian-10/Dockerfile)
|
||||
* [`1.16-debian-10`, `1.16.1-debian-10-r77`, `1.16`, `1.16.1`, `latest` (1.16/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.16.1-debian-10-r77/1.16/debian-10/Dockerfile)
|
||||
* [`1.17-debian-10`, `0.0.0-debian-10-r0`, `1.17`, `0.0.0` (1.17/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/0.0.0-debian-10-r0/1.17/debian-10/Dockerfile)
|
||||
|
||||
# Get this image
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ jobs:
|
|||
docker:
|
||||
- image: docker:17.06.0-ce-git
|
||||
environment:
|
||||
RELEASE_SERIES_LIST: "1.16"
|
||||
RELEASE_SERIES_LIST: "1.16,1.17"
|
||||
LATEST_STABLE: "1.16"
|
||||
DISTRIBUTIONS_LIST: "debian-10"
|
||||
IMAGE_NAME: nginx
|
||||
|
|
|
|||
Loading…
Reference in New Issue