From f72f7d30fc923cd62587f81e355406cbbdf74ac9 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 27 Feb 2026 18:47:10 +0100 Subject: [PATCH] [bitnami/chainloop-control-plane] Release 1.79.0-debian-12-r0 (#91158) Signed-off-by: Bitnami Bot --- .../1/debian-12/Dockerfile | 8 ++++---- bitnami/chainloop-control-plane/README.md | 20 +++++++++---------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/bitnami/chainloop-control-plane/1/debian-12/Dockerfile b/bitnami/chainloop-control-plane/1/debian-12/Dockerfile index cd7b648e5d45..5da9b68b4425 100644 --- a/bitnami/chainloop-control-plane/1/debian-12/Dockerfile +++ b/bitnami/chainloop-control-plane/1/debian-12/Dockerfile @@ -17,7 +17,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ - "chainloop-1.78.0-0-linux-${OS_ARCH}-debian-12" \ + "chainloop-1.79.0-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -40,18 +40,18 @@ ARG TARGETARCH ENV OS_ARCH="${TARGETARCH:-amd64}" LABEL org.opencontainers.image.base.name="scratch" \ - org.opencontainers.image.created="2026-02-20T22:40:26Z" \ + org.opencontainers.image.created="2026-02-27T17:39:53Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.title="chainloop-control-plane" \ org.opencontainers.image.vendor="Broadcom, Inc." \ - org.opencontainers.image.version="1.78.0" + org.opencontainers.image.version="1.79.0" COPY rootfs / COPY --from=builder /opt/bitnami/chainloop/.spdx-chainloop.spdx /opt/bitnami/chainloop/.spdx-chainloop.spdx COPY --from=builder /opt/bitnami/chainloop/bin/control-plane /opt/bitnami/chainloop/bin/control-plane COPY --from=builder /opt/bitnami/chainloop/licenses /opt/bitnami/chainloop/licenses -ENV APP_VERSION="1.78.0" \ +ENV APP_VERSION="1.79.0" \ BITNAMI_APP_NAME="chainloop-control-plane" \ IMAGE_REVISION="0" \ PATH="/opt/bitnami/chainloop/bin:$PATH" diff --git a/bitnami/chainloop-control-plane/README.md b/bitnami/chainloop-control-plane/README.md index 0db858586a34..7ba15f311f96 100644 --- a/bitnami/chainloop-control-plane/README.md +++ b/bitnami/chainloop-control-plane/README.md @@ -1,19 +1,17 @@ # Bitnami Secure Image for Chainloop -## What is Chainloop? - > Chainloop is an open-source Software Supply Chain control plane, a single source of truth for metadata and artifacts, plus a declarative attestation process. [Overview of Chainloop](https://chainloop.dev) Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. -## TL;DR +## TL;DR ```console docker run --name chainloop-control-plane bitnami/chainloop-control-plane:latest ``` -## Why use Bitnami Secure Images? +## 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? @@ -30,15 +28,15 @@ Each image comes with valuable security metadata. You can view the metadata in [ If you are looking for our previous generation of images based on Debian Linux, please see the [Bitnami Legacy registry](https://hub.docker.com/u/bitnamilegacy). -## Why use a non-root container? +## Why use a non-root container? Non-root container images add an extra layer of security and are generally recommended for production environments. However, because they run as a non-root user, privileged tasks are typically off-limits. Learn more about non-root containers [in our docs](https://techdocs.broadcom.com/us/en/vmware-tanzu/application-catalog/tanzu-application-catalog/services/tac-doc/apps-tutorials-work-with-non-root-containers-index.html). -## Supported tags and respective `Dockerfile` links +## Supported tags and respective `Dockerfile` links Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://techdocs.broadcom.com/us/en/vmware-tanzu/application-catalog/tanzu-application-catalog/services/tac-doc/apps-tutorials-understand-rolling-tags-containers-index.html). -## Get this image +## Get this image The recommended way to get the Bitnami Chainloop Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/chainloop-control-plane). @@ -60,9 +58,11 @@ cd bitnami/APP/VERSION/OPERATING-SYSTEM docker build -t bitnami/APP:latest . ``` -## Configuration +## Configuration -### Running commands +The following section describes how to run commands + +### Running commands To run commands inside this container you can use `docker run`, for example to execute `chainloop-control-plane help` you can follow the example below: @@ -72,7 +72,7 @@ docker run --rm --name chainloop-control-plane bitnami/chainloop-control-plane:l Check the [official Chainloop documentation](https://github.com/chainloop-dev/chainloop/tree/main/app/controlplane) for more information about configuration options. -## License +## License Copyright © 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.