mirror of
https://github.com/bitnami/containers.git
synced 2026-08-10 15:15:50 +08:00
[bitnami/cloudnative-pg] Release 1.29.1-debian-12-r3 (#94527)
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,11 +17,11 @@ 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=( \
|
||||
"cloudnative-pg-1.29.1-2-linux-${OS_ARCH}-debian-12" \
|
||||
"cloudnative-pg-1.29.1-3-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 ; \
|
||||
@@ -34,13 +34,13 @@ 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-05T07:11:45Z" \
|
||||
org.opencontainers.image.created="2026-06-10T14:40:04Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.title="cloudnative-pg" \
|
||||
org.opencontainers.image.vendor="Broadcom, Inc." \
|
||||
@@ -54,7 +54,7 @@ COPY --from=builder /opt/bitnami/cloudnative-pg/licenses /opt/bitnami/cloudnativ
|
||||
|
||||
ENV APP_VERSION="1.29.1" \
|
||||
BITNAMI_APP_NAME="cloudnative-pg" \
|
||||
IMAGE_REVISION="2" \
|
||||
IMAGE_REVISION="3" \
|
||||
PATH="/operator:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
||||
-1
@@ -1 +0,0 @@
|
||||
5a2b11a357c90105827497ceaf5536dbacd369af04871db982cac074b77243c6 cloudnative-pg-1.29.1-2-linux-amd64-debian-12.tar.gz
|
||||
-1
@@ -1 +0,0 @@
|
||||
df31b86ce14f14dd420a24ba825eab10b3d774c799e82317ba20afd80f6047a2 cloudnative-pg-1.29.1-2-linux-arm64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
8a19a010fcdd46a08d9945986983f5572be1a38cc9adb6adce353bad8b0e35b6 cloudnative-pg-1.29.1-3-linux-amd64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
a49603730dbcbb3ccdb097b963c788e2d868c39a9e4d0412c042d447beff2549 cloudnative-pg-1.29.1-3-linux-arm64-debian-12.tar.gz
|
||||
Reference in New Issue
Block a user