[bitnami/minio] Release 2024.2.4-debian-11-r2 (#56562)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2024-02-07 18:21:34 +01:00 committed by GitHub
parent c2fdeadaa4
commit e61402696f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 7 deletions

View File

@ -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="2024-02-07T06:56:42Z" \
org.opencontainers.image.created="2024-02-07T13:10:54Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="2024.2.4-debian-11-r1" \
org.opencontainers.image.ref.name="2024.2.4-debian-11-r2" \
org.opencontainers.image.title="minio" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="2024.2.4"
@ -26,7 +26,7 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl jq procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
COMPONENTS=( \
"wait-for-port-1.0.7-7-linux-${OS_ARCH}-debian-11" \
"wait-for-port-1.0.7-8-linux-${OS_ARCH}-debian-11" \
"minio-client-2024.1.31-1-linux-${OS_ARCH}-debian-11" \
"minio-2024.2.4-1-linux-${OS_ARCH}-debian-11" \
) ; \

View File

@ -15,6 +15,6 @@
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "1.0.7-7"
"version": "1.0.7-8"
}
}

View File

@ -24,6 +24,7 @@ export BITNAMI_DEBUG="${BITNAMI_DEBUG:-false}"
# By setting an environment variable matching *_FILE to a file path, the prefixed environment
# variable will be overridden with the value specified in that file
minio_env_vars=(
MINIO_DATA_DIR
MINIO_API_PORT_NUMBER
MINIO_CONSOLE_PORT_NUMBER
MINIO_SCHEME
@ -39,7 +40,6 @@ minio_env_vars=(
MINIO_FORCE_NEW_KEYS
MINIO_ROOT_USER
MINIO_ROOT_PASSWORD
MINIO_DATA_DIR
)
for env_var in "${minio_env_vars[@]}"; do
file_env_var="${env_var}_FILE"

View File

@ -68,7 +68,7 @@ docker build -t bitnami/APP:latest .
If you remove the container all your data will be lost, and the next time you run the image the database will be reinitialized. To avoid this loss of data, you should mount a volume that will persist even after the container is removed.
For persistence you can mount a directory at the `/bitnami/minio/data` path by default.
For persistence you should mount a directory at the `/bitnami/minio/data` path.
```console
docker run --name minio \
@ -209,6 +209,8 @@ docker-compose up -d
| Name | Description | Default Value |
|------------------------------------------|----------------------------------------------------------------------------|----------------------------------------------------|
| `MINIO_DATA_DIR` | MinIO directory for data. | `/bitnami/minio/data` |
| `MINIO_DATA_DIR` | MinIO directory for data. | `/bitnami/minio/data` |
| `MINIO_API_PORT_NUMBER` | MinIO API port number. | `9000` |
| `MINIO_API_PORT_NUMBER` | MinIO API port number. | `9080` |
| `MINIO_CONSOLE_PORT_NUMBER` | MinIO RMI port number. | `9001` |
@ -224,7 +226,6 @@ docker-compose up -d
| `MINIO_FORCE_NEW_KEYS` | Force recreating MinIO keys. | `no` |
| `MINIO_ROOT_USER` | MinIO root user name. | `minio` |
| `MINIO_ROOT_PASSWORD` | Password for MinIO root user. | `miniosecret` |
| `MINIO_DATA_DIR` | Directory that stores MinIO object data | `/bitnami/minio/data` |
#### Read-only environment variables