2.8.1-debian-11-r10 release

This commit is contained in:
Bitnami Bot
2022-06-24 06:48:40 +00:00
committed by Bitnami Containers
parent ff2ef16609
commit 6cc67063a9
3 changed files with 5 additions and 4 deletions

View File

@@ -5,10 +5,11 @@ ENV HOME="/" \
OS_NAME="linux"
COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip libc6 libcrypt1 libgcc-s1 libpcre3 libprotobuf-dev libssl1.1 libyaml-0-2 perl procps tar zlib1g zlib1g-dev
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kong" "2.8.1-153" --checksum 2e344e7d6f7398bc644e158f18d51dbf05573e482e278f01a1086d27acbe5b5d
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kong" "2.8.1-154" --checksum 5b096e3ba53d04d4880da887236c183b551df9805dcf07e789e5b4c30adaee96
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami

View File

@@ -8,9 +8,9 @@
},
"kong": {
"arch": "amd64",
"digest": "2e344e7d6f7398bc644e158f18d51dbf05573e482e278f01a1086d27acbe5b5d",
"digest": "5b096e3ba53d04d4880da887236c183b551df9805dcf07e789e5b4c30adaee96",
"distro": "debian-11",
"type": "NAMI",
"version": "2.8.1-153"
"version": "2.8.1-154"
}
}

View File

@@ -39,7 +39,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-11`, `2.8.1`, `2.8.1-debian-11-r9`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-kong/blob/2.8.1-debian-11-r9/2/debian-11/Dockerfile)
* [`2`, `2-debian-11`, `2.8.1`, `2.8.1-debian-11-r10`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-kong/blob/2.8.1-debian-11-r10/2/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/kong GitHub repo](https://github.com/bitnami/bitnami-docker-kong).