2.8.1-debian-11-r3 release

This commit is contained in:
Bitnami Bot
2022-06-10 13:49:01 +00:00
committed by Bitnami Containers
parent 8bd377679a
commit be17c917ff
3 changed files with 5 additions and 5 deletions

View File

@@ -9,8 +9,8 @@ ENV HOME="/" \
COPY prebuildfs /
# 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-0" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kong" "2.8.1-5" --checksum 797f04b5c2b35d63d18b7c4c6da4a2f1d15ec13a690c85ccc46fccff82920a4b
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-150" --checksum 797f04b5c2b35d63d18b7c4c6da4a2f1d15ec13a690c85ccc46fccff82920a4b
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

@@ -4,13 +4,13 @@
"digest": "da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b",
"distro": "debian-11",
"type": "NAMI",
"version": "1.14.0-0"
"version": "1.14.0-150"
},
"kong": {
"arch": "amd64",
"digest": "797f04b5c2b35d63d18b7c4c6da4a2f1d15ec13a690c85ccc46fccff82920a4b",
"distro": "debian-11",
"type": "NAMI",
"version": "2.8.1-5"
"version": "2.8.1-150"
}
}

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