[bitnami/nginx-intel] Release 0.4.9-debian-11-r0 (#14155)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
c8e3089966
commit
bdf7d44f8e
|
|
@ -4,11 +4,11 @@ ARG TARGETARCH
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="0.4.8-debian-11-r18" \
|
||||
org.opencontainers.image.ref.name="0.4.9-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/nginx-intel" \
|
||||
org.opencontainers.image.title="nginx-intel" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="0.4.8"
|
||||
org.opencontainers.image.version="0.4.9"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -23,7 +23,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|||
COMPONENTS=( \
|
||||
"qatengine-0.6.17-0-linux-${OS_ARCH}-debian-11" \
|
||||
"render-template-1.0.4-0-linux-${OS_ARCH}-debian-11" \
|
||||
"nginx-intel-0.4.8-2-linux-${OS_ARCH}-debian-11" \
|
||||
"nginx-intel-0.4.9-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
|
@ -45,7 +45,7 @@ RUN ln -sf /dev/stderr /opt/bitnami/nginx/logs/error.log
|
|||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/nginx/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/qatengine/postunpack.sh
|
||||
ENV APP_VERSION="0.4.8" \
|
||||
ENV APP_VERSION="0.4.9" \
|
||||
BITNAMI_APP_NAME="nginx-intel" \
|
||||
NGINX_HTTPS_PORT_NUMBER="" \
|
||||
NGINX_HTTP_PORT_NUMBER="" \
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@
|
|||
},
|
||||
"nginx-intel": {
|
||||
"arch": "amd64",
|
||||
"digest": "3c4dae138cba0fe01832db0d55c2b29fb1cf9f8cf1d4b16c450f82a8dbb02ee8",
|
||||
"digest": "b32019f352b0a06047616b1a0f096eb78a4888324d75b317e63d8727a5f36d55",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.4.8-2"
|
||||
"version": "0.4.9-0"
|
||||
},
|
||||
"qatengine": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "0"
|
||||
- "0-debian-11"
|
||||
- "0.4.8"
|
||||
- "0.4.9"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue