mirror of
https://github.com/bitnami/containers.git
synced 2026-04-05 08:47:47 +08:00
[bitnami/minio] Release 2023.8.31-debian-11-r0 (#46879)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -7,13 +7,13 @@ ARG TARGETARCH
|
||||
|
||||
LABEL com.vmware.cp.artifact.flavor="sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e" \
|
||||
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-08-31T14:58:50Z" \
|
||||
org.opencontainers.image.created="2023-09-01T04:32:19Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="2023.8.29-debian-11-r1" \
|
||||
org.opencontainers.image.ref.name="2023.8.31-debian-11-r0" \
|
||||
org.opencontainers.image.title="minio" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2023.8.29"
|
||||
org.opencontainers.image.version="2023.8.31"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -28,7 +28,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"wait-for-port-1.0.6-13-linux-${OS_ARCH}-debian-11" \
|
||||
"minio-client-2023.8.29-0-linux-${OS_ARCH}-debian-11" \
|
||||
"minio-2023.8.29-0-linux-${OS_ARCH}-debian-11" \
|
||||
"minio-2023.8.31-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -46,7 +46,7 @@ RUN chmod g+rwX /opt/bitnami
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/minio-client/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/minio/postunpack.sh
|
||||
ENV APP_VERSION="2023.8.29" \
|
||||
ENV APP_VERSION="2023.8.31" \
|
||||
BITNAMI_APP_NAME="minio" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/minio-client/bin:/opt/bitnami/minio/bin:$PATH"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2023.8.29-0"
|
||||
"version": "2023.8.31-0"
|
||||
},
|
||||
"minio-client": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -403,6 +403,15 @@ is_minio_not_running() {
|
||||
! is_minio_running
|
||||
}
|
||||
|
||||
###############
|
||||
# Initialize MinIO service
|
||||
# Globals:
|
||||
# MINIO_*
|
||||
# Arguments:
|
||||
# None
|
||||
# Returns:
|
||||
# None
|
||||
#########################
|
||||
minio_initialize() {
|
||||
if am_i_root; then
|
||||
debug "Ensuring MinIO daemon user/group exists"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "2023"
|
||||
- 2023-debian-11
|
||||
- 2023.8.29
|
||||
- 2023.8.31
|
||||
- latest
|
||||
|
||||
Reference in New Issue
Block a user