2.1.4-debian-10-r8 release

This commit is contained in:
Bitnami Bot
2020-09-24 00:53:13 +00:00
parent b92e8f4702
commit 184b8b6b6c
3 changed files with 5 additions and 5 deletions

View File

@@ -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.4-0" --checksum dc4fe4f103cc3033c07903100f3b55694c3bd831fff079d852a03f5cf20a969b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kong" "2.1.4-1" --checksum a3eab3a1187c0d5d28827205a8d06bb061baa9eec75a3336441a01c79f0ea4fd
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.4-debian-10-r7" \
BITNAMI_IMAGE_VERSION="2.1.4-debian-10-r8" \
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