mirror of
https://github.com/bitnami/containers.git
synced 2026-08-10 15:15:50 +08:00
[bitnami/chainloop-control-plane-migrations] Release 1.100.1-debian-12-r0 (#94517)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
FROM docker.io/bitnami/minideb:bookworm AS builder
|
||||
|
||||
ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
|
||||
ARG DOWNLOADS_URL="https://downloads.bitnami.com/files/stacksmith"
|
||||
ARG TARGETARCH
|
||||
|
||||
ENV OS_ARCH="${TARGETARCH:-amd64}"
|
||||
@@ -17,12 +17,12 @@ 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.2-0-linux-${OS_ARCH}-debian-12" \
|
||||
"chainloop-control-plane-migrations-1.100.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
"atlas-1.2.2-1-linux-${OS_ARCH}-debian-12" \
|
||||
"chainloop-control-plane-migrations-1.100.1-0-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
curl -SsLf "https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz" -O ; \
|
||||
curl -SsLf "${DOWNLOADS_URL}/${COMPONENT}.tar.gz" -O ; \
|
||||
fi ; \
|
||||
sha256sum -c "/opt/bitnami/checksums/${COMPONENT}.tar.gz.sha256" ; \
|
||||
tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner ; \
|
||||
@@ -35,17 +35,17 @@ RUN uninstall_packages curl
|
||||
|
||||
FROM scratch
|
||||
|
||||
ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
|
||||
ARG DOWNLOADS_URL="https://downloads.bitnami.com/files/stacksmith"
|
||||
ARG TARGETARCH
|
||||
|
||||
ENV OS_ARCH="${TARGETARCH:-amd64}"
|
||||
|
||||
LABEL org.opencontainers.image.base.name="scratch" \
|
||||
org.opencontainers.image.created="2026-06-09T11:49:15Z" \
|
||||
org.opencontainers.image.created="2026-06-10T13:37: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.100.0"
|
||||
org.opencontainers.image.version="1.100.1"
|
||||
|
||||
COPY rootfs /
|
||||
COPY --from=builder /opt/bitnami/chainloop/migrations /migrations
|
||||
@@ -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.100.0" \
|
||||
ENV APP_VERSION="1.100.1" \
|
||||
BITNAMI_APP_NAME="chainloop-control-plane-migrations" \
|
||||
IMAGE_REVISION="0" \
|
||||
PATH="/opt/bitnami/atlas/bin:$PATH"
|
||||
|
||||
-1
@@ -1 +0,0 @@
|
||||
517066470110136112fa6872ba8f315ad4bc8d4c70e17281702b260aa634cbd9 atlas-1.2.2-0-linux-amd64-debian-12.tar.gz
|
||||
-1
@@ -1 +0,0 @@
|
||||
7d733357e5102eebe2bdc2d173e38f98809abc05cbb1bfeb194467d8da7ddee8 atlas-1.2.2-0-linux-arm64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
27f3c286a8515cf0cf7f82688fec75255636deb95b028eded148247b9509e646 atlas-1.2.2-1-linux-amd64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
507ebf1f54189d1f06af6f7a689825962e53d6ad9f3d5e68014209e5ceb65c1a atlas-1.2.2-1-linux-arm64-debian-12.tar.gz
|
||||
-1
@@ -1 +0,0 @@
|
||||
45a5319d8c44bcccea88b587a74fded1238f4c236114b1185d8d121d0e5b54b1 chainloop-control-plane-migrations-1.100.0-0-linux-amd64-debian-12.tar.gz
|
||||
-1
@@ -1 +0,0 @@
|
||||
405854f89f99bb193eea62f3cce910d4eec052ada83d0c99bd7ded375e83aff8 chainloop-control-plane-migrations-1.100.0-0-linux-arm64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
aabb818a5538cad780744110be322eaa7290d6fb6fb918d305828cd4d8cada12 chainloop-control-plane-migrations-1.100.1-0-linux-amd64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
a376efe8231930b3462c26cfd623850f8160e31e7049af53cd9835e1fe517e42 chainloop-control-plane-migrations-1.100.1-0-linux-arm64-debian-12.tar.gz
|
||||
Reference in New Issue
Block a user