1.3.0-ol-7-r3 release

This commit is contained in:
Bitnami Bot
2019-09-20 19:14:56 +00:00
parent 9d8d65f882
commit 9e3b7358e1
2 changed files with 3 additions and 3 deletions

View File

@@ -8,12 +8,12 @@ ENV HOME="/" \
# Install required system packages and dependencies
RUN install_packages glibc keyutils-libs krb5-libs libcom_err libgcc libselinux libyaml nss-softokn-freebl openssl-libs pcre perl zlib
RUN . ./libcomponent.sh && component_unpack "kong" "1.3.0-0" --checksum c9b96a0183434ab30324827c4bff216d1044832301c950f1e229c8468ed4a405
RUN . ./libcomponent.sh && component_unpack "kong" "1.3.0-1" --checksum 6d1261bcd149f1f265910a05f23f95e6033c7a21c0f0d5137bd82fff28d0f335
COPY rootfs /
RUN /postunpack.sh
ENV BITNAMI_APP_NAME="kong" \
BITNAMI_IMAGE_VERSION="1.3.0-ol-7-r2" \
BITNAMI_IMAGE_VERSION="1.3.0-ol-7-r3" \
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