[bitnami/kong] Release 2.8.1-debian-11-r21 (#136)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
bd2a6b3208
commit
d78abc49cf
|
|
@ -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-7" --checksum b17def7508b698631e3064a76ce12271bbf680d42d8ac485717eae4a7a0b5b1e
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kong" "2.8.1-8" --checksum 1624f8a949ef8aa45745c00513077c5e3608f782e5a5fed03e586021d351de4f
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@
|
|||
},
|
||||
"kong": {
|
||||
"arch": "amd64",
|
||||
"digest": "b17def7508b698631e3064a76ce12271bbf680d42d8ac485717eae4a7a0b5b1e",
|
||||
"digest": "1624f8a949ef8aa45745c00513077c5e3608f782e5a5fed03e586021d351de4f",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.8.1-7"
|
||||
"version": "2.8.1-8"
|
||||
}
|
||||
}
|
||||
|
|
@ -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-r20`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-kong/blob/2.8.1-debian-11-r20/2/debian-11/Dockerfile)
|
||||
* [`2`, `2-debian-11`, `2.8.1`, `2.8.1-debian-11-r21`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-kong/blob/2.8.1-debian-11-r21/2/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/kong GitHub repo](https://github.com/bitnami/bitnami-docker-kong).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue