mirror of
https://github.com/bitnami/containers.git
synced 2026-04-02 07:18:06 +08:00
[bitnami/kong] Release 3.0.0-debian-11-r17 (#12548)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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.0-debian-11-r16" \
|
||||
org.opencontainers.image.ref.name="3.0.0-debian-11-r17" \
|
||||
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-3.0.0-15-linux-${OS_ARCH}-debian-11" \
|
||||
"kong-3.0.0-16-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
},
|
||||
"kong": {
|
||||
"arch": "amd64",
|
||||
"digest": "37046cc28e72e707619d51df6bf8fa9a4d56823ab0bc70f03715d1fa2d048008",
|
||||
"digest": "45052bf3fc3bba8bc0dc16f4f5b05464c13049b0f19b670004ad48f887cca4c2",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.0.0-15"
|
||||
"version": "3.0.0-16"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user