2021.9.18-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2021-09-20 16:50:04 +00:00
parent ff9cf6c2d7
commit 434278619d
3 changed files with 5 additions and 5 deletions

View File

@@ -10,14 +10,14 @@ COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip jq procps tar
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio-client" "2021.9.2-0" --checksum 953fe2b9819c7435efe6981e974d18636a0bcfd71061975c03204863bdb0ce83
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio" "2021.9.9-0" --checksum 0478d970f0a268bd46980efb48b65cef283d13553c5a34da5beeed3767146bff
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio" "2021.9.18-0" --checksum d40f240c00b75bdb13ef8544acf7382e34c793ce0b912312ed50c8ea9711f6cb
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/minio/postunpack.sh
ENV BITNAMI_APP_NAME="minio" \
BITNAMI_IMAGE_VERSION="2021.9.9-debian-10-r8" \
BITNAMI_IMAGE_VERSION="2021.9.18-debian-10-r0" \
PATH="/opt/bitnami/minio-client/bin:/opt/bitnami/minio/bin:/opt/bitnami/common/bin:$PATH"
VOLUME [ "/certs", "/data" ]

View File

@@ -8,10 +8,10 @@
},
"minio": {
"arch": "amd64",
"digest": "0478d970f0a268bd46980efb48b65cef283d13553c5a34da5beeed3767146bff",
"digest": "d40f240c00b75bdb13ef8544acf7382e34c793ce0b912312ed50c8ea9711f6cb",
"distro": "debian-10",
"type": "NAMI",
"version": "2021.9.9-0"
"version": "2021.9.18-0"
},
"minio-client": {
"arch": "amd64",

View File

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