mirror of
https://github.com/bitnami/containers.git
synced 2026-03-06 15:09:19 +08:00
2021.11.9-debian-10-r0 release
This commit is contained in:
@@ -11,7 +11,7 @@ COPY prebuildfs /
|
||||
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-1" --checksum 28dc75dff64df07e67b711d20859c24ebc996db0eaac06138553341d0f769299
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio-client" "2021.11.5-0" --checksum a617717991dfbe1364a86bba6004b102d70290a41c9d2a0009d93d3a79f46ba5
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio" "2021.10.27-0" --checksum dc4051c7024721166f2d89b15a3b9df43ecd36f05de34e030f581615570e5a26
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio" "2021.11.9-0" --checksum 6b63e577ca0e071219efb6912ab991e3e5081e384489da1838cbb9742f45a227
|
||||
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.10.27-debian-10-r10" \
|
||||
BITNAMI_IMAGE_VERSION="2021.11.9-debian-10-r0" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/minio-client/bin:/opt/bitnami/minio/bin:$PATH"
|
||||
|
||||
VOLUME [ "/certs", "/data" ]
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
},
|
||||
"minio": {
|
||||
"arch": "amd64",
|
||||
"digest": "dc4051c7024721166f2d89b15a3b9df43ecd36f05de34e030f581615570e5a26",
|
||||
"digest": "6b63e577ca0e071219efb6912ab991e3e5081e384489da1838cbb9742f45a227",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2021.10.27-0"
|
||||
"version": "2021.11.9-0"
|
||||
},
|
||||
"minio-client": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -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.10.27`, `2021.10.27-debian-10-r10`, `latest` (2021/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2021.10.27-debian-10-r10/2021/debian-10/Dockerfile)
|
||||
* [`2021`, `2021-debian-10`, `2021.11.9`, `2021.11.9-debian-10-r0`, `latest` (2021/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2021.11.9-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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user