From ed4788888fe9e1eb61225a9b9c9f93619242821f Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 7 Oct 2022 06:00:24 +0200 Subject: [PATCH] [bitnami/openresty] Release 1.21.4-1-debian-11-r44 (#9312) Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/openresty/1.21/debian-11/Dockerfile | 17 +++++++++-------- .../opt/bitnami/.bitnami_components.json | 8 ++++---- bitnami/openresty/README.md | 2 +- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/bitnami/openresty/1.21/debian-11/Dockerfile b/bitnami/openresty/1.21/debian-11/Dockerfile index aa43ce6f5c90..2bccf48e9633 100644 --- a/bitnami/openresty/1.21/debian-11/Dockerfile +++ b/bitnami/openresty/1.21/debian-11/Dockerfile @@ -4,7 +4,7 @@ ARG TARGETARCH LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ - org.opencontainers.image.ref.name="1.21.4-1-debian-11-r43" \ + org.opencontainers.image.ref.name="1.21.4-1-debian-11-r44" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/openresty" \ org.opencontainers.image.title="openresty" \ org.opencontainers.image.vendor="VMware, Inc." \ @@ -18,15 +18,16 @@ ENV HOME="/" \ COPY prebuildfs / SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Install required system packages and dependencies -RUN install_packages ca-certificates curl libbrotli1 libbsd0 libc6 libcrypt1 libdeflate0 libexpat1 libfontconfig1 libfreetype6 libgcc-s1 libgcrypt20 libgd3 libgeoip1 libgpg-error0 libicu67 libjbig0 libjpeg62-turbo liblzma5 libmd0 libpcre3 libpng16-16 libssl1.1 libstdc++6 libtiff5 libuuid1 libwebp6 libx11-6 libxau6 libxcb1 libxdmcp6 libxml2 libxpm4 libxslt1.1 libzstd1 perl procps zlib1g +RUN install_packages ca-certificates curl libbrotli1 libbsd0 libcrypt1 libdeflate0 libexpat1 libfontconfig1 libfreetype6 libgcc-s1 libgcrypt20 libgd3 libgeoip1 libgpg-error0 libicu67 libjbig0 libjpeg62-turbo liblzma5 libmd0 libpcre3 libpng16-16 libssl1.1 libstdc++6 libtiff5 libuuid1 libwebp6 libx11-6 libxau6 libxcb1 libxdmcp6 libxml2 libxpm4 libxslt1.1 libzstd1 perl procps zlib1g RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ - for COMPONENT in \ - "openresty-1.21.4-1-153-linux-${OS_ARCH}-debian-11" \ - "gosu-1.14.0-154-linux-${OS_ARCH}-debian-11" ; \ - do \ + COMPONENTS=( \ + "openresty-1.21.4-1-154-linux-${OS_ARCH}-debian-11" \ + "gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \ + ) && \ + for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ - curl -SsLf https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz -O ; \ - curl -SsLf https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256 -O ; \ + curl -SsLf "https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz" -O ; \ + curl -SsLf "https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256" -O ; \ fi && \ sha256sum -c "${COMPONENT}.tar.gz.sha256" && \ tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ diff --git a/bitnami/openresty/1.21/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/openresty/1.21/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 1c08aab066c8..8df87db22a85 100644 --- a/bitnami/openresty/1.21/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/openresty/1.21/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,16 +1,16 @@ { "gosu": { "arch": "amd64", - "digest": "e36c3d90f4fbfbe989f40947fa7c8ab817f12fcf97d3aef893c753a20ce976ab", + "digest": "f21869b27c26b9c3053bce8b419a0fdf1dc45fcf13a7c2058e0afb6996d3687f", "distro": "debian-11", "type": "NAMI", - "version": "1.14.0-154" + "version": "1.14.0-155" }, "openresty": { "arch": "amd64", - "digest": "fb5b90205cdd3cb1abaee568063c11fb062f439a641957b2d34e29f314116257", + "digest": "6115d56053477e931a18c260837f950ac9076943e4a80e18d9a04f9a6fa86968", "distro": "debian-11", "type": "NAMI", - "version": "1.21.4-1-153" + "version": "1.21.4-1-154" } } \ No newline at end of file diff --git a/bitnami/openresty/README.md b/bitnami/openresty/README.md index 68b996e5e572..624f4711135d 100644 --- a/bitnami/openresty/README.md +++ b/bitnami/openresty/README.md @@ -37,7 +37,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/). -* [`1.21`, `1.21-debian-11`, `1.21.4-1`, `1.21.4-1-debian-11-r43`, `latest` (1.21/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/openresty/1.21/debian-11/Dockerfile) +* [`1.21`, `1.21-debian-11`, `1.21.4-1`, `1.21.4-1-debian-11-r44`, `latest` (1.21/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/openresty/1.21/debian-11/Dockerfile) ## Get this image