mirror of
https://github.com/bitnami/containers.git
synced 2026-08-08 12:08:25 +08:00
[bitnami/kong-ingress-controller] Release 3.5.12-debian-12-r0 (#95972)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -7,13 +7,13 @@ ARG DOWNLOADS_URL="https://downloads.bitnami.com/files/stacksmith"
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.created="2026-07-16T10:39:38Z" \
|
||||
org.opencontainers.image.created="2026-07-30T18:22:47Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/kong-ingress-controller/README.md" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kong-ingress-controller" \
|
||||
org.opencontainers.image.title="kong-ingress-controller" \
|
||||
org.opencontainers.image.vendor="Broadcom, Inc." \
|
||||
org.opencontainers.image.version="3.5.11"
|
||||
org.opencontainers.image.version="3.5.12"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -29,7 +29,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
|
||||
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
||||
COMPONENTS=( \
|
||||
"wait-for-port-1.0.10-14-linux-${OS_ARCH}-debian-12" \
|
||||
"kong-ingress-controller-3.5.11-0-linux-${OS_ARCH}-debian-12" \
|
||||
"kong-ingress-controller-3.5.12-0-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -46,7 +46,7 @@ RUN chmod g+rwX /opt/bitnami
|
||||
RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
|
||||
RUN uninstall_packages curl
|
||||
|
||||
ENV APP_VERSION="3.5.11" \
|
||||
ENV APP_VERSION="3.5.12" \
|
||||
BITNAMI_APP_NAME="kong-ingress-controller" \
|
||||
IMAGE_REVISION="0" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/kong-ingress-controller/bin:$PATH"
|
||||
|
||||
-1
@@ -1 +0,0 @@
|
||||
584d5bf680d71bb191c0369b786066ff86548ed4d151e2ee34e830146ad7c796 kong-ingress-controller-3.5.11-0-linux-amd64-debian-12.tar.gz
|
||||
-1
@@ -1 +0,0 @@
|
||||
5049d7e636a53883e97147a3648094727378e0e2bc227e3ae8acd9b62d0b66ec kong-ingress-controller-3.5.11-0-linux-arm64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
d2180f217259f1502e4f646129756ce45fed718c50dc98ad452e73d5e9b67094 kong-ingress-controller-3.5.12-0-linux-amd64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
1c886ad2620b8af7ad190daf7e1ad2c4502fd1975d6acb5798f987b8e48436bd kong-ingress-controller-3.5.12-0-linux-arm64-debian-12.tar.gz
|
||||
Reference in New Issue
Block a user