Skip to content

Commit 17c633e

Browse files
authored
[bitnami/chainloop-control-plane] Release 1.75.0-debian-12-r0 (#90491)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
1 parent 9e6b0a5 commit 17c633e

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

bitnami/chainloop-control-plane/1/debian-12/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
1717
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
1818
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
1919
COMPONENTS=( \
20-
"chainloop-1.74.1-0-linux-${OS_ARCH}-debian-12" \
20+
"chainloop-1.75.0-0-linux-${OS_ARCH}-debian-12" \
2121
) ; \
2222
for COMPONENT in "${COMPONENTS[@]}"; do \
2323
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -40,18 +40,18 @@ ARG TARGETARCH
4040
ENV OS_ARCH="${TARGETARCH:-amd64}"
4141

4242
LABEL org.opencontainers.image.base.name="scratch" \
43-
org.opencontainers.image.created="2026-02-04T18:50:14Z" \
43+
org.opencontainers.image.created="2026-02-07T01:01:13Z" \
4444
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
4545
org.opencontainers.image.title="chainloop-control-plane" \
4646
org.opencontainers.image.vendor="Broadcom, Inc." \
47-
org.opencontainers.image.version="1.74.1"
47+
org.opencontainers.image.version="1.75.0"
4848

4949
COPY rootfs /
5050
COPY --from=builder /opt/bitnami/chainloop/.spdx-chainloop.spdx /opt/bitnami/chainloop/.spdx-chainloop.spdx
5151
COPY --from=builder /opt/bitnami/chainloop/bin/control-plane /opt/bitnami/chainloop/bin/control-plane
5252
COPY --from=builder /opt/bitnami/chainloop/licenses /opt/bitnami/chainloop/licenses
5353

54-
ENV APP_VERSION="1.74.1" \
54+
ENV APP_VERSION="1.75.0" \
5555
BITNAMI_APP_NAME="chainloop-control-plane" \
5656
IMAGE_REVISION="0" \
5757
PATH="/opt/bitnami/chainloop/bin:$PATH"

bitnami/chainloop-control-plane/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ Non-root container images add an extra layer of security and are generally recom
3838

3939
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).
4040

41-
You can see the equivalence between the different tags by taking a look at the `tags-info.yaml` file present in the branch folder, i.e `bitnami/ASSET/BRANCH/DISTRO/tags-info.yaml`.
42-
43-
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
44-
4541
## Get this image
4642

4743
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).

0 commit comments

Comments
 (0)