Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions bitnami/chainloop-control-plane/1/debian-12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.99.0-3-linux-${OS_ARCH}-debian-12" \
"chainloop-1.99.1-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
Expand All @@ -40,20 +40,20 @@ ARG TARGETARCH
ENV OS_ARCH="${TARGETARCH:-amd64}"

LABEL org.opencontainers.image.base.name="scratch" \
org.opencontainers.image.created="2026-06-05T07:32:02Z" \
org.opencontainers.image.created="2026-06-06T01:32:05Z" \
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.99.0"
org.opencontainers.image.version="1.99.1"

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.99.0" \
ENV APP_VERSION="1.99.1" \
BITNAMI_APP_NAME="chainloop-control-plane" \
IMAGE_REVISION="3" \
IMAGE_REVISION="0" \
PATH="/opt/bitnami/chainloop/bin:$PATH"

USER 1001
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4e3bd401611f46351e4506fa708c9684bcea08538c725095a64129d0573bd878 chainloop-1.99.1-0-linux-amd64-debian-12.tar.gz
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b3d14de306733aaa2a1551949f11d63936b4a07df8b5a9edfcf199011002f39e chainloop-1.99.1-0-linux-arm64-debian-12.tar.gz
Loading