mirror of
https://github.com/bitnami/containers.git
synced 2026-03-21 23:38:32 +08:00
2.1.3-debian-10-r3 release
This commit is contained in:
@@ -9,7 +9,7 @@ ENV HOME="/" \
|
||||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libc6 libgcc1 libpcre3 libssl1.1 libyaml-0-2 perl procps tar zlib1g zlib1g-dev
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kong" "2.1.3-0" --checksum f332abfdecb5b63b4436b4e92e2a014c77f4d46ebb86cc2e27e12acb36ade645
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kong" "2.1.3-1" --checksum 12a6611a9ba66ccf218622509b122e7c026d7526c855ed9a943d20a1659ed06b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-1" --checksum 51cfb1b7fd7b05b8abd1df0278c698103a9b1a4964bdacd87ca1d5c01631d59c
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
@@ -18,7 +18,7 @@ RUN chmod g+rwX /opt/bitnami
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/kong/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="kong" \
|
||||
BITNAMI_IMAGE_VERSION="2.1.3-debian-10-r2" \
|
||||
BITNAMI_IMAGE_VERSION="2.1.3-debian-10-r3" \
|
||||
PATH="/opt/bitnami/kong/bin:/opt/bitnami/kong/openresty/bin:/opt/bitnami/kong/openresty/luajit/bin:/opt/bitnami/kong/openresty/nginx/sbin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
EXPOSE 8000 8001 8443 8444
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
},
|
||||
"kong": {
|
||||
"arch": "amd64",
|
||||
"digest": "f332abfdecb5b63b4436b4e92e2a014c77f4d46ebb86cc2e27e12acb36ade645",
|
||||
"digest": "12a6611a9ba66ccf218622509b122e7c026d7526c855ed9a943d20a1659ed06b",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.1.3-0"
|
||||
"version": "2.1.3-1"
|
||||
}
|
||||
}
|
||||
@@ -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/).
|
||||
|
||||
|
||||
* [`2`, `2-debian-10`, `2.1.3`, `2.1.3-debian-10-r2`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kong/blob/2.1.3-debian-10-r2/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.1.3`, `2.1.3-debian-10-r3`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kong/blob/2.1.3-debian-10-r3/2/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/kong GitHub repo](https://github.com/bitnami/bitnami-docker-kong).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user