[bitnami/kong] Release 3.1.0-debian-11-r1 (#16247)

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
2022-12-09 15:22:27 +01:00
committed by GitHub
parent d4c6323410
commit d3ae7e90b9
2 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="3.1.0-debian-11-r0" \
org.opencontainers.image.ref.name="3.1.0-debian-11-r1" \
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,7 +22,7 @@ RUN install_packages ca-certificates curl libcrypt1 libgcc-s1 libpcre3 libprotob
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"gosu-1.14.0-156-linux-${OS_ARCH}-debian-11" \
"kong-3.1.0-0-linux-${OS_ARCH}-debian-11" \
"kong-3.1.0-1-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@@ -8,9 +8,9 @@
},
"kong": {
"arch": "amd64",
"digest": "4ab48a48ee07721e59ec339efe74ea732ad25a59d05717b7a18033889e983d65",
"digest": "70cde7b1eb949f8c8fab471370602dc7cbbe4cb32e00f5c92a8444c62f6c48d0",
"distro": "debian-11",
"type": "NAMI",
"version": "3.1.0-0"
"version": "3.1.0-1"
}
}