2021.12.29-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2021-12-29 11:36:20 +00:00
parent 94da985552
commit 530179cccd
3 changed files with 8 additions and 8 deletions

View File

@@ -10,8 +10,8 @@ COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip jq libc6 procps tar
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.1-4" --checksum 53c0f1a5361a68c298f31f6701c8e8a026e77f09805d54ecfeb52cf5998d7d06
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio-client" "2021.12.20-0" --checksum 77629157e71c7d6818c51eae24063d13a3a1edc976c8bc63d09a54dfef6a1371
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio" "2021.12.27-0" --checksum 0f40cbe176280bff0d1a6694ce5ed3a7e64b988184c80eef98327c5db80dc833
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio-client" "2021.12.29-0" --checksum 7f75b9eff4f826155b21484081d6dacaf578a70f1c618fed6057e5af76713b49
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio" "2021.12.29-0" --checksum b169b3fd4f68bc56839f67090eb3743e95f83d5c46adc47b94f0b9e4aa2efa95
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
RUN chmod g+rwX /opt/bitnami
@@ -19,7 +19,7 @@ COPY rootfs /
RUN /opt/bitnami/scripts/minio-client/postunpack.sh
RUN /opt/bitnami/scripts/minio/postunpack.sh
ENV BITNAMI_APP_NAME="minio" \
BITNAMI_IMAGE_VERSION="2021.12.27-debian-10-r1" \
BITNAMI_IMAGE_VERSION="2021.12.29-debian-10-r0" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/minio-client/bin:/opt/bitnami/minio/bin:$PATH"
VOLUME [ "/certs", "/data" ]

View File

@@ -8,17 +8,17 @@
},
"minio": {
"arch": "amd64",
"digest": "0f40cbe176280bff0d1a6694ce5ed3a7e64b988184c80eef98327c5db80dc833",
"digest": "b169b3fd4f68bc56839f67090eb3743e95f83d5c46adc47b94f0b9e4aa2efa95",
"distro": "debian-10",
"type": "NAMI",
"version": "2021.12.27-0"
"version": "2021.12.29-0"
},
"minio-client": {
"arch": "amd64",
"digest": "77629157e71c7d6818c51eae24063d13a3a1edc976c8bc63d09a54dfef6a1371",
"digest": "7f75b9eff4f826155b21484081d6dacaf578a70f1c618fed6057e5af76713b49",
"distro": "debian-10",
"type": "NAMI",
"version": "2021.12.20-0"
"version": "2021.12.29-0"
},
"wait-for-port": {
"arch": "amd64",

View File

@@ -47,7 +47,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.12.27`, `2021.12.27-debian-10-r1`, `latest` (2021/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2021.12.27-debian-10-r1/2021/debian-10/Dockerfile)
* [`2021`, `2021-debian-10`, `2021.12.29`, `2021.12.29-debian-10-r0`, `latest` (2021/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2021.12.29-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).