0.4.7-debian-11-r8 release
This commit is contained in:
parent
809a44b538
commit
aed6282e17
|
|
@ -5,9 +5,10 @@ ENV HOME="/" \
|
|||
OS_NAME="linux"
|
||||
|
||||
COPY prebuildfs /
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libc6 libcrypt1 libgeoip1 libpcre3 libssl1.1 procps tar zlib1g
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "qatengine" "0.6.12-150" --checksum 57098cc24a490e290afc0ebe3059f3b73a16bfeef1ee684ada940a9b63cd44e3
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "qatengine" "0.6.13-0" --checksum 849e1784ec8acb41f99abfb37bd11de8d3083c893677477a2c749665b4bfbfe0
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.3-150" --checksum 8b992a5ee513c5eaca52b19232b21a93588ddf4c4850be4d47c6f19b11d1d90a
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "nginx-intel" "0.4.7-151" --checksum 8c9eeeda17b37a7fcd97a63d96d2c4f8193612e930a318de678d3d2a1bd57ff8
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
|
||||
|
|
|
|||
|
|
@ -15,10 +15,10 @@
|
|||
},
|
||||
"qatengine": {
|
||||
"arch": "amd64",
|
||||
"digest": "57098cc24a490e290afc0ebe3059f3b73a16bfeef1ee684ada940a9b63cd44e3",
|
||||
"digest": "849e1784ec8acb41f99abfb37bd11de8d3083c893677477a2c749665b4bfbfe0",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.6.12-150"
|
||||
"version": "0.6.13-0"
|
||||
},
|
||||
"render-template": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -53,7 +53,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-11`, `0.4.7`, `0.4.7-debian-11-r7`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx-intel/blob/0.4.7-debian-11-r7/0/debian-11/Dockerfile)
|
||||
* [`0`, `0-debian-11`, `0.4.7`, `0.4.7-debian-11-r8`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx-intel/blob/0.4.7-debian-11-r8/0/debian-11/Dockerfile)
|
||||
|
||||
## Get this image
|
||||
|
||||
|
|
@ -412,9 +412,9 @@ To add a custom NGINX module, it is necessary to compile NGINX with that module
|
|||
Below is an example Dockerfile to build and install the NGINX Perl module (`ngx_http_perl_module`) over to the Bitnami image:
|
||||
|
||||
```Dockerfile
|
||||
ARG NGINX_VERSION=1.19.6
|
||||
ARG BITNAMI_NGINX_REVISION=r1
|
||||
ARG BITNAMI_NGINX_TAG=${NGINX_VERSION}-debian-10-${BITNAMI_NGINX_REVISION}
|
||||
ARG NGINX_VERSION=1.22.0
|
||||
ARG BITNAMI_NGINX_REVISION=r0
|
||||
ARG BITNAMI_NGINX_TAG=${NGINX_VERSION}-debian-11-${BITNAMI_NGINX_REVISION}
|
||||
|
||||
FROM bitnami/nginx-intel:${BITNAMI_NGINX_TAG} AS builder
|
||||
USER root
|
||||
|
|
|
|||
Loading…
Reference in New Issue