[bitnami/kong] Release 3.0.1-debian-11-r16 (#15701)

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-03 02:48:54 +01:00
committed by GitHub
parent c2e5f8ab7b
commit 1329f6b8be
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.0.1-debian-11-r15" \
org.opencontainers.image.ref.name="3.0.1-debian-11-r16" \
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.0.1-12-linux-${OS_ARCH}-debian-11" \
"kong-3.0.1-13-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": "13e585d51ef8e32715a2b3ed37547f44a1af30f8eb02528267c243b1845d4d47",
"digest": "6b1dc669206c29e73b6a97eb714ec92716e9ce90146adb6f49514039ef8df86f",
"distro": "debian-11",
"type": "NAMI",
"version": "3.0.1-12"
"version": "3.0.1-13"
}
}