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

View File

@@ -51,7 +51,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/containers/how-to/understand-rolling-tags-containers/).
* [`1-ol-7`, `1.3.0-ol-7-r2` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-kong/blob/1.3.0-ol-7-r2/1/ol-7/Dockerfile)
* [`1-ol-7`, `1.3.0-ol-7-r3` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-kong/blob/1.3.0-ol-7-r3/1/ol-7/Dockerfile)
* [`1-debian-9`, `1.3.0-debian-9-r4`, `1`, `1.3.0`, `1.3.0-r4`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-kong/blob/1.3.0-debian-9-r4/1/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/kong GitHub repo](https://github.com/bitnami/bitnami-docker-kong).