2021.4.22-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2021-04-22 18:57:19 +00:00
parent 4651892993
commit 2c4c9ebc92
4 changed files with 6 additions and 5 deletions

View File

@@ -9,14 +9,14 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip procps tar
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio-client" "2021.3.23-0" --checksum d0a6e5e3a66462931068e5db2b5c8a3c7e0d74ea9448b78411d40345b8814294
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio-client" "2021.4.22-0" --checksum cdb193057c991bd8a1342ddea9c73376636de1d52feb1987fdfba69b2e4a1ce6
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-2" --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50
RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/minio-client/postunpack.sh
ENV BITNAMI_APP_NAME="minio-client" \
BITNAMI_IMAGE_VERSION="2021.3.23-debian-10-r28" \
BITNAMI_IMAGE_VERSION="2021.4.22-debian-10-r0" \
PATH="/opt/bitnami/minio-client/bin:/opt/bitnami/common/bin:$PATH"
WORKDIR /opt/bitnami/minio-client

View File

@@ -8,9 +8,9 @@
},
"minio-client": {
"arch": "amd64",
"digest": "d0a6e5e3a66462931068e5db2b5c8a3c7e0d74ea9448b78411d40345b8814294",
"digest": "cdb193057c991bd8a1342ddea9c73376636de1d52feb1987fdfba69b2e4a1ce6",
"distro": "debian-10",
"type": "NAMI",
"version": "2021.3.23-0"
"version": "2021.4.22-0"
}
}

View File

@@ -212,6 +212,7 @@ ensure_web_server_app_configuration_exists() {
| --apache-before-vhost-configuration \
| --apache-allow-override \
| --apache-extra-directory-configuration \
| --apache-proxy-address \
| --apache-move-htaccess \
)
apache_args+=("${1//apache-/}" "${2:?missing value}")

View File

@@ -39,7 +39,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/).
* [`2021`, `2021-debian-10`, `2021.3.23`, `2021.3.23-debian-10-r28`, `latest` (2021/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2021.3.23-debian-10-r28/2021/debian-10/Dockerfile)
* [`2021`, `2021-debian-10`, `2021.4.22`, `2021.4.22-debian-10-r0`, `latest` (2021/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2021.4.22-debian-10-r0/2021/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/minio-client GitHub repo](https://github.com/bitnami/bitnami-docker-minio-client).