2022.3.17-debian-10-r8 release

This commit is contained in:
Bitnami Bot
2022-03-26 02:25:17 +00:00
parent 3e8362994a
commit 1f42eeac5d
4 changed files with 3 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ COPY rootfs /
RUN /opt/bitnami/scripts/minio-client/postunpack.sh RUN /opt/bitnami/scripts/minio-client/postunpack.sh
ENV APP_VERSION="2022.3.17" \ ENV APP_VERSION="2022.3.17" \
BITNAMI_APP_NAME="minio-client" \ BITNAMI_APP_NAME="minio-client" \
BITNAMI_IMAGE_VERSION="2022.3.17-debian-10-r7" \ BITNAMI_IMAGE_VERSION="2022.3.17-debian-10-r8" \
PATH="/opt/bitnami/minio-client/bin:/opt/bitnami/common/bin:$PATH" PATH="/opt/bitnami/minio-client/bin:/opt/bitnami/common/bin:$PATH"
WORKDIR /opt/bitnami/minio-client WORKDIR /opt/bitnami/minio-client

View File

@@ -392,10 +392,6 @@ web_server_update_app_configuration() {
--hosts \ --hosts \
| --server-name \ | --server-name \
| --server-aliases \ | --server-aliases \
| --enable-http \
| --enable-https \
| --disable-http \
| --disable-https \
| --http-port \ | --http-port \
| --https-port \ | --https-port \
) )

View File

@@ -9,6 +9,7 @@
# 4. Environment variables set externally (i.e. current Bash context/Dockerfile/userdata) # 4. Environment variables set externally (i.e. current Bash context/Dockerfile/userdata)
# Load logging library # Load logging library
# shellcheck disable=SC1090,SC1091
. /opt/bitnami/scripts/liblog.sh . /opt/bitnami/scripts/liblog.sh
export BITNAMI_ROOT_DIR="/opt/bitnami" export BITNAMI_ROOT_DIR="/opt/bitnami"

View File

@@ -41,7 +41,7 @@ Non-root container images add an extra layer of security and are generally recom
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
* [`2022`, `2022-debian-10`, `2022.3.17`, `2022.3.17-debian-10-r7`, `latest` (2022/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2022.3.17-debian-10-r7/2022/debian-10/Dockerfile) * [`2022`, `2022-debian-10`, `2022.3.17`, `2022.3.17-debian-10-r8`, `latest` (2022/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2022.3.17-debian-10-r8/2022/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/minio-client GitHub repo](https://github.com/bitnami/bitnami-docker-minio-client). Subscribe to project updates by watching the [bitnami/minio-client GitHub repo](https://github.com/bitnami/bitnami-docker-minio-client).