[bitnami/minio-operator] Release 7.1.1-debian-12-r5 (#83076)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
parent
603c80783d
commit
8c17c28099
|
|
@ -17,7 +17,7 @@ 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=( \
|
||||
"minio-operator-7.1.1-3-linux-${OS_ARCH}-debian-12" \
|
||||
"minio-operator-7.1.1-4-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -41,9 +41,8 @@ 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-19T07:34:45Z" \
|
||||
org.opencontainers.image.created="2025-07-09T01:17:12Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.ref.name="7.1.1-debian-12-r4" \
|
||||
org.opencontainers.image.title="minio-operator" \
|
||||
org.opencontainers.image.vendor="Broadcom, Inc." \
|
||||
org.opencontainers.image.version="7.1.1"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "7.1.1-3"
|
||||
"version": "7.1.1-4"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
rolling-tags:
|
||||
- "7"
|
||||
- 7-debian-12
|
||||
- 7.1.1
|
||||
- latest
|
||||
Loading…
Reference in New Issue