[bitnami/minio] Release 2023.7.18-debian-11-r2 (#41787)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
20a099901b
commit
368456b729
|
|
@ -7,10 +7,10 @@ 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-07-19T02:49:13Z" \
|
||||
org.opencontainers.image.created="2023-07-21T03:46:44Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="2023.7.18-debian-11-r0" \
|
||||
org.opencontainers.image.ref.name="2023.7.18-debian-11-r2" \
|
||||
org.opencontainers.image.title="minio" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2023.7.18"
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ export MINIO_CERTS_DIR="/certs"
|
|||
export MINIO_LOGS_DIR="${MINIO_BASE_DIR}/log"
|
||||
export MINIO_TMP_DIR="${MINIO_BASE_DIR}/tmp"
|
||||
export MINIO_SECRETS_DIR="${MINIO_BASE_DIR}/secrets"
|
||||
export MINIO_DATA_DIR="${MINIO_DATA_DIR:-/data}"
|
||||
export MINIO_DATA_DIR="/data"
|
||||
export MINIO_LOG_FILE="${MINIO_LOGS_DIR}/minio.log"
|
||||
export MINIO_PID_FILE="${MINIO_TMP_DIR}/minio.pid"
|
||||
export PATH="${MINIO_BIN_DIR}:${PATH}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue