[bitnami/kong] Release 3.0.1-debian-11-r13 (#15339)

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-11-29 20:12:25 +01:00
committed by GitHub
parent 53bc5fae44
commit 9672ddf8d9
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-r12" \
org.opencontainers.image.ref.name="3.0.1-debian-11-r13" \
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-9-linux-${OS_ARCH}-debian-11" \
"kong-3.0.1-10-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": "f841344ed19e8a1e85c56e6a11950512a3c77a621f11dff05729f321aa77b41b",
"digest": "a480b4a1cdf6c07169ca10a270ef6d9117e8e29dfe45410acaf80cd719ad5b6d",
"distro": "debian-11",
"type": "NAMI",
"version": "3.0.1-9"
"version": "3.0.1-10"
}
}