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
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ 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=( \
"atlas-1.2.1-0-linux-${OS_ARCH}-debian-12" \
"chainloop-control-plane-migrations-1.99.0-0-linux-${OS_ARCH}-debian-12" \
"atlas-1.2.2-0-linux-${OS_ARCH}-debian-12" \
"chainloop-control-plane-migrations-1.99.1-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
Expand All @@ -41,11 +41,11 @@ ARG TARGETARCH
ENV OS_ARCH="${TARGETARCH:-amd64}"

LABEL org.opencontainers.image.base.name="scratch" \
org.opencontainers.image.created="2026-06-01T12:53:40Z" \
org.opencontainers.image.created="2026-06-06T00:58:53Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.title="chainloop-control-plane-migrations" \
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/migrations /migrations
Expand All @@ -55,7 +55,7 @@ COPY --from=builder /opt/bitnami/atlas/licenses /opt/bitnami/atlas/licenses
COPY --from=builder /opt/bitnami/chainloop/.spdx-chainloop-control-plane-migrations.spdx /opt/bitnami/chainloop/.spdx-chainloop-control-plane-migrations.spdx
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-migrations" \
IMAGE_REVISION="0" \
PATH="/opt/bitnami/atlas/bin:$PATH"
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
517066470110136112fa6872ba8f315ad4bc8d4c70e17281702b260aa634cbd9 atlas-1.2.2-0-linux-amd64-debian-12.tar.gz
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7d733357e5102eebe2bdc2d173e38f98809abc05cbb1bfeb194467d8da7ddee8 atlas-1.2.2-0-linux-arm64-debian-12.tar.gz

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
450344347ef6a07b71d760f6ed1e86b8790aad7be82f600a9d20f994b5af263b chainloop-control-plane-migrations-1.99.1-0-linux-amd64-debian-12.tar.gz
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6dada75a35fc050de131caa39a0ef7bc53af14e2bc9e9d7982ac9e0251971c4d chainloop-control-plane-migrations-1.99.1-0-linux-arm64-debian-12.tar.gz
Loading