1.4.2-ol-7-r0 release

This commit is contained in:
Bitnami Bot
2019-12-17 13:56:34 +00:00
parent d86fe04503
commit 87f9844b09

View File

@@ -9,12 +9,12 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages ca-certificates curl glibc gzip hostname keyutils-libs krb5-libs libaio-devel libcom_err libgcc libselinux libyaml nss-softokn-freebl openssl-libs pcre perl procps-ng sudo tar which zlib
RUN . ./libcomponent.sh && component_unpack "kong" "1.4.0-1" --checksum a0aee6a7a65f62a6ca132c66ac46c4d138ab439fdab5745860a7e71f14728e23
RUN . ./libcomponent.sh && component_unpack "kong" "1.4.2-1" --checksum fe8c1905e777d2b3daebfe36a6b91584bebe40647dca389ed4f73ea2c2dd8328
COPY rootfs /
RUN /postunpack.sh
ENV BITNAMI_APP_NAME="kong" \
BITNAMI_IMAGE_VERSION="1.4.0-ol-7-r59" \
BITNAMI_IMAGE_VERSION="1.4.2-ol-7-r0" \
PATH="/opt/bitnami/kong/bin:/opt/bitnami/kong/openresty/bin:/opt/bitnami/kong/openresty/luajit/bin:/opt/bitnami/kong/openresty/nginx/sbin:$PATH"
EXPOSE 8000 8001 8443 8444