[bitnami/kong] Release 3.1.1-debian-11-r19 (#20677)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2023-01-17 22:21:14 +01:00 committed by GitHub
parent cf58e941ee
commit 646d464339
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -5,7 +5,7 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="3.1.1-debian-11-r18" \
org.opencontainers.image.ref.name="3.1.1-debian-11-r19" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kong" \
org.opencontainers.image.title="kong" \
org.opencontainers.image.vendor="VMware, Inc." \
@ -22,8 +22,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl libcrypt1 libgcc-s1 libprotobuf-dev libssl1.1 libyaml-0-2 perl procps zlib1g zlib1g-dev
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"gosu-1.16.0-0-linux-${OS_ARCH}-debian-11" \
"kong-3.1.1-5-linux-${OS_ARCH}-debian-11" \
"gosu-1.16.0-1-linux-${OS_ARCH}-debian-11" \
"kong-3.1.1-6-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@ -1,16 +1,16 @@
{
"gosu": {
"arch": "amd64",
"digest": "c42abbc5d57ba4c33c89e4daf46c33b0173565fbf533ef7a60281cf3283f611f",
"digest": "9ab9654690d90d3c49ff66fb1eb286487e318adc899d036bc45922f6b176865b",
"distro": "debian-11",
"type": "NAMI",
"version": "1.16.0-0"
"version": "1.16.0-1"
},
"kong": {
"arch": "amd64",
"digest": "21749c2d3c16465f64f0be9889e3c5b72ea179641fbdd08225b0cb5c3079f854",
"digest": "0fd53aad50a15f486d602fa6b64eda2c5ddd7967aeb4f978bac722f0f726433e",
"distro": "debian-11",
"type": "NAMI",
"version": "3.1.1-5"
"version": "3.1.1-6"
}
}