mirror of
https://github.com/bitnami/containers.git
synced 2026-03-04 06:47:25 +08:00
2021.12.29-debian-10-r37 release
This commit is contained in:
@@ -10,7 +10,7 @@ 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-6" --checksum 845ff207415b5730cadd45aa3c757ca45a5c9e73bc54c24aa481ddca24eec35d
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio-client" "2022.2.2-0" --checksum 44c89f821d34e556c8b9825f7bb69fc250b728da5b803e4fa74bf632a477db70
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio-client" "2022.2.7-0" --checksum 68be651c55b00e999540258fe2990c4a438f25c944580a4cbd57eebaf8d7d673
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio" "2021.12.29-3" --checksum 8ed124b9230b2cb9a968f71f97c961bde15388aa59c6c40048fdfaf145658933
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-3" --checksum 276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
@@ -21,7 +21,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.29-debian-10-r36" \
|
||||
BITNAMI_IMAGE_VERSION="2021.12.29-debian-10-r37" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/minio-client/bin:/opt/bitnami/minio/bin:$PATH"
|
||||
|
||||
VOLUME [ "/certs", "/data" ]
|
||||
|
||||
@@ -15,10 +15,10 @@
|
||||
},
|
||||
"minio-client": {
|
||||
"arch": "amd64",
|
||||
"digest": "44c89f821d34e556c8b9825f7bb69fc250b728da5b803e4fa74bf632a477db70",
|
||||
"digest": "68be651c55b00e999540258fe2990c4a438f25c944580a4cbd57eebaf8d7d673",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2022.2.2-0"
|
||||
"version": "2022.2.7-0"
|
||||
},
|
||||
"wait-for-port": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -48,7 +48,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
|
||||
|
||||
* [`2022`, `2022-debian-10`, `2022.2.7`, `2022.2.7-debian-10-r0`, `latest` (2022/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2022.2.7-debian-10-r0/2022/debian-10/Dockerfile)
|
||||
* [`2021`, `2021-debian-10`, `2021.12.29`, `2021.12.29-debian-10-r36` (2021/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2021.12.29-debian-10-r36/2021/debian-10/Dockerfile)
|
||||
* [`2021`, `2021-debian-10`, `2021.12.29`, `2021.12.29-debian-10-r37` (2021/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2021.12.29-debian-10-r37/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