mirror of
https://github.com/bitnami/containers.git
synced 2026-03-11 07:39:06 +08:00
[bitnami/kong] Release 3.0.1-debian-11-r2 (#13242)
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" \
|
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||||
org.opencontainers.image.ref.name="3.0.1-debian-11-r1" \
|
org.opencontainers.image.ref.name="3.0.1-debian-11-r2" \
|
||||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kong" \
|
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kong" \
|
||||||
org.opencontainers.image.title="kong" \
|
org.opencontainers.image.title="kong" \
|
||||||
org.opencontainers.image.vendor="VMware, Inc." \
|
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/ && \
|
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||||
COMPONENTS=( \
|
COMPONENTS=( \
|
||||||
"gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \
|
"gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \
|
||||||
"kong-3.0.1-1-linux-${OS_ARCH}-debian-11" \
|
"kong-3.0.1-2-linux-${OS_ARCH}-debian-11" \
|
||||||
) && \
|
) && \
|
||||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||||
|
|||||||
@@ -8,9 +8,9 @@
|
|||||||
},
|
},
|
||||||
"kong": {
|
"kong": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "2b1c676b1bafd865fca46955862e4da46548dd71017ba3d1eb6d94821343d605",
|
"digest": "5fec87f45bde0428753a377e30fc6f04b828374c28b87f2c9c37a46911cefb15",
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "3.0.1-1"
|
"version": "3.0.1-2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user