[bitnami/cilium-operator] Release 1.18.6-debian-12-r0 (#89662)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2026-01-13 12:35:21 +01:00
committed by GitHub
parent f372be8ae5
commit 5b968480cd

View File

@@ -7,13 +7,13 @@ 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-11T06:41:53Z" \
org.opencontainers.image.created="2026-01-13T11:11:28Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/cilium-operator/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/cilium-operator" \
org.opencontainers.image.title="cilium-operator" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="1.18.5"
org.opencontainers.image.version="1.18.6"
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=( \
"gops-0.3.29-0-linux-${OS_ARCH}-debian-12" \
"cilium-operator-1.18.5-0-linux-${OS_ARCH}-debian-12" \
"cilium-operator-1.18.6-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -46,9 +46,9 @@ RUN chmod g+rwX /opt/bitnami
RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
RUN uninstall_packages curl
ENV APP_VERSION="1.18.5" \
ENV APP_VERSION="1.18.6" \
BITNAMI_APP_NAME="cilium-operator" \
IMAGE_REVISION="1" \
IMAGE_REVISION="0" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/cilium-operator/bin:$PATH"
EXPOSE 9963