diff --git a/bitnami/cilium/1/debian-12/Dockerfile b/bitnami/cilium/1/debian-12/Dockerfile index 44d35a7da1d2..fbc1082c0c0c 100644 --- a/bitnami/cilium/1/debian-12/Dockerfile +++ b/bitnami/cilium/1/debian-12/Dockerfile @@ -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-04-07T22:30:11Z" \ + org.opencontainers.image.created="2026-04-15T20:03:23Z" \ 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" \ org.opencontainers.image.title="cilium" \ org.opencontainers.image.vendor="Broadcom, Inc." \ - org.opencontainers.image.version="1.19.2" + org.opencontainers.image.version="1.19.3" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -32,7 +32,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ "llvm-18.1.8-3-linux-${OS_ARCH}-debian-12" \ "gops-0.3.29-5-linux-${OS_ARCH}-debian-12" \ "bpftool-7.7.0-0-linux-${OS_ARCH}-debian-12" \ - "cilium-1.19.2-1-linux-${OS_ARCH}-debian-12" \ + "cilium-1.19.3-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -50,9 +50,9 @@ RUN uninstall_packages curl COPY rootfs / RUN /opt/bitnami/scripts/cilium/postunpack.sh -ENV APP_VERSION="1.19.2" \ +ENV APP_VERSION="1.19.3" \ BITNAMI_APP_NAME="cilium" \ - IMAGE_REVISION="1" + IMAGE_REVISION="0" USER 1001 ENTRYPOINT [ "/opt/bitnami/scripts/cilium/entrypoint.sh" ] diff --git a/bitnami/cilium/README.md b/bitnami/cilium/README.md index fa998aa93833..9b59033ada53 100644 --- a/bitnami/cilium/README.md +++ b/bitnami/cilium/README.md @@ -11,6 +11,14 @@ Trademarks: This software listing is packaged by Bitnami. The respective tradema docker run --name cilium bitnami/cilium:latest ``` +## Using `docker-compose.yml` + +The docker-compose.yaml file of this container can be found in the [Bitnami Containers repository](https://github.com/bitnami/containers/). + +[https://github.com/bitnami/containers/tree/main/bitnami/cilium/docker-compose.yml](https://github.com/bitnami/containers/tree/main/bitnami/cilium/docker-compose.yml) + +Please be aware this file has not undergone internal testing. Consequently, we advise its use exclusively for development or testing purposes. For production-ready deployments, we highly recommend utilizing its associated [Bitnami Helm chart](https://github.com/bitnami/charts/tree/main/bitnami/cilium). + ## Why use Bitnami Secure Images? Those are hardened, minimal CVE images built and maintained by Bitnami. Bitnami Secure Images are based on the cloud-optimized, security-hardened enterprise [OS Photon Linux](https://vmware.github.io/photon/). Why choose BSI images?