[bitnami/kong] Release 3.0.0-debian-11-r7 (#11430)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
187eebb6b4
commit
c7b27ceb44
|
|
@ -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-r6" \
|
||||
org.opencontainers.image.ref.name="3.0.0-debian-11-r7" \
|
||||
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-6-linux-${OS_ARCH}-debian-11" \
|
||||
"kong-3.0.0-7-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@
|
|||
},
|
||||
"kong": {
|
||||
"arch": "amd64",
|
||||
"digest": "1be4b43ca5fa4ac4fbcf6489816269ce064337edff6e416789f64ebc66835e73",
|
||||
"digest": "706ca61bf25a25555d493630834645ee08cb46468766238656d79019f3d78448",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.0.0-6"
|
||||
"version": "3.0.0-7"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue