[bitnami/chainloop-control-plane-migrations] Release chainloop-control-plane-migrations-0.96.19-debian-12-r0 (#73290)
Signed-off-by: Bitnami Bot <bitnami-bot@vmware.com>
This commit is contained in:
parent
95eddbd76a
commit
bef3de4450
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
FROM docker.io/bitnami/minideb:bookworm as builder
|
||||
|
||||
ARG DOWNLOADS_URL
|
||||
ARG TARGETARCH
|
||||
|
||||
ENV OS_ARCH="${TARGETARCH:-amd64}"
|
||||
|
|
@ -15,12 +16,12 @@ RUN install_packages ca-certificates curl
|
|||
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
|
||||
COMPONENTS=( \
|
||||
"atlas-0.28.1-0-linux-${OS_ARCH}-debian-12" \
|
||||
"chainloop-control-plane-migrations-0.96.18-0-linux-${OS_ARCH}-debian-12" \
|
||||
"chainloop-control-plane-migrations-0.96.19-0-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
curl -SsLf "https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz" -O ; \
|
||||
curl -SsLf "https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256" -O ; \
|
||||
curl -SsLf "https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz" -O ; \
|
||||
curl -SsLf "https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz.sha256" -O ; \
|
||||
fi ; \
|
||||
sha256sum -c "${COMPONENT}.tar.gz.sha256" ; \
|
||||
tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' ; \
|
||||
|
|
@ -31,19 +32,20 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
|
|||
|
||||
FROM scratch
|
||||
|
||||
ARG DOWNLOADS_URL
|
||||
ARG TARGETARCH
|
||||
|
||||
ENV OS_ARCH="${TARGETARCH:-amd64}"
|
||||
|
||||
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
|
||||
org.opencontainers.image.base.name="scratch" \
|
||||
org.opencontainers.image.created="2024-10-16T07:05:46Z" \
|
||||
org.opencontainers.image.created="2024-10-16T11:32:33Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="0.96.18-debian-12-r0" \
|
||||
org.opencontainers.image.ref.name="0.96.19-debian-12-r0" \
|
||||
org.opencontainers.image.title="chainloop-control-plane-migrations" \
|
||||
org.opencontainers.image.vendor="Broadcom, Inc." \
|
||||
org.opencontainers.image.version="0.96.18"
|
||||
org.opencontainers.image.version="0.96.19"
|
||||
|
||||
COPY prebuildfs /
|
||||
COPY rootfs /
|
||||
|
|
@ -54,7 +56,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="0.96.18" \
|
||||
ENV APP_VERSION="0.96.19" \
|
||||
BITNAMI_APP_NAME="chainloop-control-plane-migrations" \
|
||||
PATH="/opt/bitnami/atlas/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@
|
|||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "0.96.18-0"
|
||||
"version": "0.96.19-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "0"
|
||||
- 0-debian-12
|
||||
- 0.96.18
|
||||
- 0.96.19
|
||||
- latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue