mirror of
https://github.com/bitnami/containers.git
synced 2026-02-25 15:47:42 +08:00
1.19.9-1-debian-10-r152 release
This commit is contained in:
@@ -9,14 +9,14 @@ 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-0" --checksum e0dc8afb76243430844dcd8f8c3f675cfbdfd7ad7ca58f8c0c1283db2343593b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
|
||||
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 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-r151" \
|
||||
BITNAMI_IMAGE_VERSION="1.19.9-1-debian-10-r152" \
|
||||
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": "3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e",
|
||||
"digest": "16f1a317859b06ae82e816b30f98f28b4707d18fe6cc3881bff535192a7715dc",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-0"
|
||||
"version": "1.14.0-1"
|
||||
},
|
||||
"openresty": {
|
||||
"arch": "amd64",
|
||||
"digest": "e0dc8afb76243430844dcd8f8c3f675cfbdfd7ad7ca58f8c0c1283db2343593b",
|
||||
"digest": "9b4464881b02a3f45b7e11ab4f531a652b9c8498cbbae017800cbd5177b2763c",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.19.9-1-0"
|
||||
"version": "1.19.9-1-1"
|
||||
}
|
||||
}
|
||||
@@ -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-r151`, `latest` (1.19/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-openresty/blob/1.19.9-1-debian-10-r151/1.19/debian-10/Dockerfile)
|
||||
* [`1.19`, `1.19-debian-10`, `1.19.9-1`, `1.19.9-1-debian-10-r152`, `latest` (1.19/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-openresty/blob/1.19.9-1-debian-10-r152/1.19/debian-10/Dockerfile)
|
||||
|
||||
## Get this image
|
||||
|
||||
|
||||
Reference in New Issue
Block a user