Skip to content
Merged
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 @@ -18,7 +18,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
COMPONENTS=( \
"atlas-1.0.0-0-linux-${OS_ARCH}-debian-12" \
"chainloop-control-plane-migrations-1.66.0-0-linux-${OS_ARCH}-debian-12" \
"chainloop-control-plane-migrations-1.67.0-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-01-07T11:28:04Z" \
org.opencontainers.image.created="2026-01-08T11:41:27Z" \
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.66.0"
org.opencontainers.image.version="1.67.0"

COPY rootfs /
COPY --from=builder /opt/bitnami/chainloop/migrations /migrations
Expand All @@ -55,9 +55,9 @@ 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.66.0" \
ENV APP_VERSION="1.67.0" \
BITNAMI_APP_NAME="chainloop-control-plane-migrations" \
IMAGE_REVISION="1" \
IMAGE_REVISION="0" \
PATH="/opt/bitnami/atlas/bin:$PATH"

USER 1001
Expand Down
Loading