0.4.7-debian-10-r27 release
This commit is contained in:
parent
16d9714c04
commit
d135230b2b
|
|
@ -9,7 +9,7 @@ ENV HOME="/" \
|
|||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libc6 libgeoip1 libpcre3 libssl1.1 procps tar zlib1g
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "qatengine" "0.6.11-4" --checksum b37daa55e544d3a25a19c257a3e49371e6e634c41cd69bb3b90ca316c793dadd
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "qatengine" "0.6.11-5" --checksum 6bac3010e19410453bded2ba20354833ae5593f6c127ef78db9fa8b294cae115
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-9" --checksum 4694f01476c5a457a71f280562df45ea542bdf3f9b298ff87643a89ea365f5fb
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "nginx-intel" "0.4.7-8" --checksum e7924e45eb2f6ff901a8deef6159a9c964f99aec73bc752f2cc8db68d0bc7a4f
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-6" --checksum 6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664
|
||||
|
|
@ -23,7 +23,7 @@ COPY rootfs /
|
|||
RUN /opt/bitnami/scripts/nginx/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/qatengine/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="nginx-intel" \
|
||||
BITNAMI_IMAGE_VERSION="0.4.7-debian-10-r26" \
|
||||
BITNAMI_IMAGE_VERSION="0.4.7-debian-10-r27" \
|
||||
NGINX_HTTPS_PORT_NUMBER="" \
|
||||
NGINX_HTTP_PORT_NUMBER="" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/nginx/sbin:$PATH"
|
||||
|
|
|
|||
|
|
@ -15,10 +15,10 @@
|
|||
},
|
||||
"qatengine": {
|
||||
"arch": "amd64",
|
||||
"digest": "b37daa55e544d3a25a19c257a3e49371e6e634c41cd69bb3b90ca316c793dadd",
|
||||
"digest": "6bac3010e19410453bded2ba20354833ae5593f6c127ef78db9fa8b294cae115",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "0.6.11-4"
|
||||
"version": "0.6.11-5"
|
||||
},
|
||||
"render-template": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -56,7 +56,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/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`0`, `0-debian-10`, `0.4.7`, `0.4.7-debian-10-r26`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx-intel/blob/0.4.7-debian-10-r26/0/debian-10/Dockerfile)
|
||||
* [`0`, `0-debian-10`, `0.4.7`, `0.4.7-debian-10-r27`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx-intel/blob/0.4.7-debian-10-r27/0/debian-10/Dockerfile)
|
||||
|
||||
## Get this image
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue