mirror of
https://github.com/bitnami/containers.git
synced 2026-03-07 10:07:20 +08:00
2021.6.17-debian-10-r66 release
This commit is contained in:
@@ -9,7 +9,7 @@ ENV HOME="/" \
|
||||
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.7.27-1" --checksum e277a43941d51ae9a757e4b8283d0d5691c8569c65cfb4a6183f659ab8593447
|
||||
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.6.17-1" --checksum 381c8ec25bb8c38d2bf9df2f788c0cb24c07c6ba479b89801a07d73581e00cb5
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
@@ -17,7 +17,7 @@ RUN chmod g+rwX /opt/bitnami
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/minio/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="minio" \
|
||||
BITNAMI_IMAGE_VERSION="2021.6.17-debian-10-r65" \
|
||||
BITNAMI_IMAGE_VERSION="2021.6.17-debian-10-r66" \
|
||||
PATH="/opt/bitnami/minio-client/bin:/opt/bitnami/minio/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
VOLUME [ "/certs", "/data" ]
|
||||
|
||||
@@ -15,9 +15,9 @@
|
||||
},
|
||||
"minio-client": {
|
||||
"arch": "amd64",
|
||||
"digest": "e277a43941d51ae9a757e4b8283d0d5691c8569c65cfb4a6183f659ab8593447",
|
||||
"digest": "953fe2b9819c7435efe6981e974d18636a0bcfd71061975c03204863bdb0ce83",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2021.7.27-1"
|
||||
"version": "2021.9.2-0"
|
||||
}
|
||||
}
|
||||
@@ -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.6.17`, `2021.6.17-debian-10-r65`, `latest` (2021/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2021.6.17-debian-10-r65/2021/debian-10/Dockerfile)
|
||||
* [`2021`, `2021-debian-10`, `2021.6.17`, `2021.6.17-debian-10-r66`, `latest` (2021/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2021.6.17-debian-10-r66/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