[bitnami/kong] Release 2.8.2-debian-11-r4 (#11287)

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-10-25 04:44:48 +02:00
committed by GitHub
parent 3640711c8f
commit 88ce4211fa
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="2.8.2-debian-11-r3" \
org.opencontainers.image.ref.name="2.8.2-debian-11-r4" \
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-155-linux-${OS_ARCH}-debian-11" \
"kong-2.8.2-2-linux-${OS_ARCH}-debian-11" \
"kong-2.8.2-3-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": "eccc68f6aea163c3d049533f15d6423eec9b1e6383b9478f18d47f30c1485b0a",
"digest": "753fe4a117d2778678c4291103527ec966bdbe168ff6df47e96cd87a44a7cd73",
"distro": "debian-11",
"type": "NAMI",
"version": "2.8.2-2"
"version": "2.8.2-3"
}
}