1.19.9-1-debian-10-r188 release

This commit is contained in:
Bitnami Bot
2022-02-16 17:29:05 +00:00
parent 2210e7ac99
commit 418f71535e
3 changed files with 8 additions and 8 deletions

View File

@@ -9,8 +9,8 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip libbsd0 libc6 libexpat1 libfontconfig1 libfreetype6 libgcc1 libgcrypt20 libgd3 libgeoip1 libgpg-error0 libicu63 libjbig0 libjpeg62-turbo liblzma5 libpcre3 libpng16-16 libssl1.1 libstdc++6 libtiff5 libuuid1 libwebp6 libx11-6 libxau6 libxcb1 libxdmcp6 libxml2 libxpm4 libxslt1.1 libzstd1 perl procps tar zlib1g
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "openresty" "1.19.9-1-4" --checksum 488bad60d166b1b6891af416b50ab08eaad62b84406034f44397a3feaa398968
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-4" --checksum ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "openresty" "1.19.9-1-5" --checksum fee72398d3dac9744e2bae2cb8f65c9a6058abe0a3f33398c8570b1c8c90d442
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-5" --checksum 6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
@@ -18,7 +18,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/openresty/postunpack.sh
ENV BITNAMI_APP_NAME="openresty" \
BITNAMI_IMAGE_VERSION="1.19.9-1-debian-10-r187" \
BITNAMI_IMAGE_VERSION="1.19.9-1-debian-10-r188" \
PATH="/opt/bitnami/openresty/bin:/opt/bitnami/openresty/luajit/bin:/opt/bitnami/common/bin:$PATH"
EXPOSE 8080 8443

View File

@@ -1,16 +1,16 @@
{
"gosu": {
"arch": "amd64",
"digest": "ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53",
"digest": "6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664",
"distro": "debian-10",
"type": "NAMI",
"version": "1.14.0-4"
"version": "1.14.0-5"
},
"openresty": {
"arch": "amd64",
"digest": "488bad60d166b1b6891af416b50ab08eaad62b84406034f44397a3feaa398968",
"digest": "fee72398d3dac9744e2bae2cb8f65c9a6058abe0a3f33398c8570b1c8c90d442",
"distro": "debian-10",
"type": "NAMI",
"version": "1.19.9-1-4"
"version": "1.19.9-1-5"
}
}

View File

@@ -40,7 +40,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.19`, `1.19-debian-10`, `1.19.9-1`, `1.19.9-1-debian-10-r187`, `latest` (1.19/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-openresty/blob/1.19.9-1-debian-10-r187/1.19/debian-10/Dockerfile)
* [`1.19`, `1.19-debian-10`, `1.19.9-1`, `1.19.9-1-debian-10-r188`, `latest` (1.19/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-openresty/blob/1.19.9-1-debian-10-r188/1.19/debian-10/Dockerfile)
## Get this image