[bitnami/kong] Release 2.8.1-debian-11-r27 (#965)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2022-07-27 23:56:41 +02:00 committed by GitHub
parent 96b170c485
commit d968b84d2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ 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-152" --checksum 0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kong" "2.8.1-12" --checksum 135e12accfe0fdb997e2756c6a463b4d9dbdd0ce9dfa156201b2fef0afa960a6
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kong" "2.8.1-13" --checksum 8c80cc26ab3024be855ee8585de6226d67ce503de3050a87392b63dfc78005d5
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": "135e12accfe0fdb997e2756c6a463b4d9dbdd0ce9dfa156201b2fef0afa960a6",
"digest": "8c80cc26ab3024be855ee8585de6226d67ce503de3050a87392b63dfc78005d5",
"distro": "debian-11",
"type": "NAMI",
"version": "2.8.1-12"
"version": "2.8.1-13"
}
}

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