mirror of
https://github.com/bitnami/containers.git
synced 2026-02-11 14:37:20 +08:00
[bitnami/chainloop-control-plane-migrations] Release 1.9.0-debian-12-r0 (#82521)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -13,10 +13,12 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
|
||||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
||||
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-0.35.0-3-linux-${OS_ARCH}-debian-12" \
|
||||
"chainloop-control-plane-migrations-1.8.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
"chainloop-control-plane-migrations-1.9.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -40,12 +42,12 @@ ENV OS_ARCH="${TARGETARCH:-amd64}"
|
||||
|
||||
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
|
||||
org.opencontainers.image.base.name="scratch" \
|
||||
org.opencontainers.image.created="2025-06-18T10:33:11Z" \
|
||||
org.opencontainers.image.created="2025-06-23T12:33:12Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.ref.name="1.8.0-debian-12-r0" \
|
||||
org.opencontainers.image.ref.name="1.9.0-debian-12-r0" \
|
||||
org.opencontainers.image.title="chainloop-control-plane-migrations" \
|
||||
org.opencontainers.image.vendor="Broadcom, Inc." \
|
||||
org.opencontainers.image.version="1.8.0"
|
||||
org.opencontainers.image.version="1.9.0"
|
||||
|
||||
COPY rootfs /
|
||||
COPY --from=builder /opt/bitnami/chainloop/migrations /migrations
|
||||
@@ -55,7 +57,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.8.0" \
|
||||
ENV APP_VERSION="1.9.0" \
|
||||
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": "1.8.0-0"
|
||||
"version": "1.9.0-0"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "1"
|
||||
- 1-debian-12
|
||||
- 1.8.0
|
||||
- 1.9.0
|
||||
- latest
|
||||
|
||||
Reference in New Issue
Block a user