2021.3.26-debian-10-r0 release
This commit is contained in:
parent
9274e64b87
commit
8a10c55c76
|
|
@ -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.3.23-0" --checksum d0a6e5e3a66462931068e5db2b5c8a3c7e0d74ea9448b78411d40345b8814294
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio" "2021.3.17-0" --checksum 8d21c4e272bdbc1a38a0988f538be839b071a696b58d5f00b3bc8c6eba2038e8
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio" "2021.3.26-0" --checksum 8aef667553e00bcd50eafa1cc3352e4471c7171ebc401a061f88bfbdbc7d005b
|
||||
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/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="minio" \
|
||||
BITNAMI_IMAGE_VERSION="2021.3.17-debian-10-r9" \
|
||||
BITNAMI_IMAGE_VERSION="2021.3.26-debian-10-r0" \
|
||||
PATH="/opt/bitnami/minio-client/bin:/opt/bitnami/minio/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
VOLUME [ "/certs", "/data" ]
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@
|
|||
},
|
||||
"minio": {
|
||||
"arch": "amd64",
|
||||
"digest": "8d21c4e272bdbc1a38a0988f538be839b071a696b58d5f00b3bc8c6eba2038e8",
|
||||
"digest": "8aef667553e00bcd50eafa1cc3352e4471c7171ebc401a061f88bfbdbc7d005b",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2021.3.17-0"
|
||||
"version": "2021.3.26-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.3.17`, `2021.3.17-debian-10-r9`, `latest` (2021/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2021.3.17-debian-10-r9/2021/debian-10/Dockerfile)
|
||||
* [`2021`, `2021-debian-10`, `2021.3.26`, `2021.3.26-debian-10-r0`, `latest` (2021/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2021.3.26-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).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue