1.19.9-1-debian-10-r162 release
This commit is contained in:
parent
4755c53d7b
commit
d9288372e6
|
|
@ -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-1" --checksum 9b4464881b02a3f45b7e11ab4f531a652b9c8498cbbae017800cbd5177b2763c
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-1" --checksum 16f1a317859b06ae82e816b30f98f28b4707d18fe6cc3881bff535192a7715dc
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "openresty" "1.19.9-1-2" --checksum 6fb68eebbb3fea3e9c25b44b887cdbf35b55d784436f8c583b4f2ca2ffbfc333
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-2" --checksum 7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5
|
||||
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-r161" \
|
||||
BITNAMI_IMAGE_VERSION="1.19.9-1-debian-10-r162" \
|
||||
PATH="/opt/bitnami/openresty/bin:/opt/bitnami/openresty/luajit/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
EXPOSE 8080 8443
|
||||
|
|
|
|||
|
|
@ -1,16 +1,16 @@
|
|||
{
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
"digest": "16f1a317859b06ae82e816b30f98f28b4707d18fe6cc3881bff535192a7715dc",
|
||||
"digest": "7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-1"
|
||||
"version": "1.14.0-2"
|
||||
},
|
||||
"openresty": {
|
||||
"arch": "amd64",
|
||||
"digest": "9b4464881b02a3f45b7e11ab4f531a652b9c8498cbbae017800cbd5177b2763c",
|
||||
"digest": "6fb68eebbb3fea3e9c25b44b887cdbf35b55d784436f8c583b4f2ca2ffbfc333",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.19.9-1-1"
|
||||
"version": "1.19.9-1-2"
|
||||
}
|
||||
}
|
||||
|
|
@ -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-r161`, `latest` (1.19/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-openresty/blob/1.19.9-1-debian-10-r161/1.19/debian-10/Dockerfile)
|
||||
* [`1.19`, `1.19-debian-10`, `1.19.9-1`, `1.19.9-1-debian-10-r162`, `latest` (1.19/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-openresty/blob/1.19.9-1-debian-10-r162/1.19/debian-10/Dockerfile)
|
||||
|
||||
## Get this image
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue