2.8.1-debian-10-r11 release

This commit is contained in:
Bitnami Bot 2022-04-17 07:01:03 +00:00 committed by Bitnami Containers
parent 1b6cf34bca
commit a1e113d32c
3 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip libc6 libgcc1 libpcre3 libssl1.1 libyaml-0-2 perl procps tar zlib1g zlib1g-dev
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kong" "2.8.1-1" --checksum a8c3c9d391a215ea4f1424e43f987c78bc235e6840b04427743d6be539b20635
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kong" "2.8.1-2" --checksum 03c2f0911e21b8944961ff4164c6093d4af3ade5392a0bd0bd489c07c7844e3a
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives

View File

@ -8,9 +8,9 @@
},
"kong": {
"arch": "amd64",
"digest": "a8c3c9d391a215ea4f1424e43f987c78bc235e6840b04427743d6be539b20635",
"digest": "03c2f0911e21b8944961ff4164c6093d4af3ade5392a0bd0bd489c07c7844e3a",
"distro": "debian-10",
"type": "NAMI",
"version": "2.8.1-1"
"version": "2.8.1-2"
}
}

View File

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