[bitnami/minio-client] Release 2023.5.30-debian-11-r0 (#36324)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-06-03 09:20:35 +02:00
committed by GitHub
parent 67eefc1fad
commit 17f017e4d4
4 changed files with 8 additions and 8 deletions

View File

@@ -3,13 +3,13 @@ FROM docker.io/bitnami/minideb:bullseye
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-05-31T09:56:29Z" \
org.opencontainers.image.created="2023-06-03T07:04:29Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="2023.5.26-debian-11-r1" \
org.opencontainers.image.ref.name="2023.5.30-debian-11-r0" \
org.opencontainers.image.title="minio-client" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="2023.5.26"
org.opencontainers.image.version="2023.5.30"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"minio-client-2023.5.26-0-linux-${OS_ARCH}-debian-11" \
"minio-client-2023.5.30-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -40,7 +40,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/minio-client/postunpack.sh
ENV APP_VERSION="2023.5.26" \
ENV APP_VERSION="2023.5.30" \
BITNAMI_APP_NAME="minio-client" \
PATH="/opt/bitnami/minio-client/bin:$PATH"

View File

@@ -3,6 +3,6 @@
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "2023.5.26-0"
"version": "2023.5.30-0"
}
}

View File

@@ -1,5 +1,5 @@
rolling-tags:
- "2023"
- 2023-debian-11
- 2023.5.26
- 2023.5.30
- latest

View File

@@ -140,7 +140,7 @@ If you encountered a problem running this container, you can file an [issue](htt
## License
Copyright &copy; 2023 Bitnami
Copyright &copy; 2023 VMware, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.