[bitnami/cilium] Release 1.18.6-debian-12-r2 (#90019)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2026-01-28 14:34:25 +01:00 committed by GitHub
parent 9ae211bff2
commit a6695c476e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2026-01-15T20:51:33Z" \
org.opencontainers.image.created="2026-01-28T13:19:31Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/cilium/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/cilium" \
@ -52,7 +52,7 @@ COPY rootfs /
RUN /opt/bitnami/scripts/cilium/postunpack.sh
ENV APP_VERSION="1.18.6" \
BITNAMI_APP_NAME="cilium" \
IMAGE_REVISION="1"
IMAGE_REVISION="2"
USER 1001
ENTRYPOINT [ "/opt/bitnami/scripts/cilium/entrypoint.sh" ]