Skip to content

Commit b838a5e

Browse files
authored
[bitnami/chainloop-control-plane] Release 1.82.0-debian-12-r0 (#91631)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
1 parent c292f92 commit b838a5e

File tree

1 file changed

+4
-4
lines changed
  • bitnami/chainloop-control-plane/1/debian-12

1 file changed

+4
-4
lines changed

bitnami/chainloop-control-plane/1/debian-12/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
1717
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
1818
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
1919
COMPONENTS=( \
20-
"chainloop-1.81.2-0-linux-${OS_ARCH}-debian-12" \
20+
"chainloop-1.82.0-0-linux-${OS_ARCH}-debian-12" \
2121
) ; \
2222
for COMPONENT in "${COMPONENTS[@]}"; do \
2323
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -40,18 +40,18 @@ ARG TARGETARCH
4040
ENV OS_ARCH="${TARGETARCH:-amd64}"
4141

4242
LABEL org.opencontainers.image.base.name="scratch" \
43-
org.opencontainers.image.created="2026-03-10T15:51:13Z" \
43+
org.opencontainers.image.created="2026-03-15T17:33:00Z" \
4444
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
4545
org.opencontainers.image.title="chainloop-control-plane" \
4646
org.opencontainers.image.vendor="Broadcom, Inc." \
47-
org.opencontainers.image.version="1.81.2"
47+
org.opencontainers.image.version="1.82.0"
4848

4949
COPY rootfs /
5050
COPY --from=builder /opt/bitnami/chainloop/.spdx-chainloop.spdx /opt/bitnami/chainloop/.spdx-chainloop.spdx
5151
COPY --from=builder /opt/bitnami/chainloop/bin/control-plane /opt/bitnami/chainloop/bin/control-plane
5252
COPY --from=builder /opt/bitnami/chainloop/licenses /opt/bitnami/chainloop/licenses
5353

54-
ENV APP_VERSION="1.81.2" \
54+
ENV APP_VERSION="1.82.0" \
5555
BITNAMI_APP_NAME="chainloop-control-plane" \
5656
IMAGE_REVISION="0" \
5757
PATH="/opt/bitnami/chainloop/bin:$PATH"

0 commit comments

Comments
 (0)