mirror of
https://github.com/bitnami/containers.git
synced 2026-03-29 00:09:34 +08:00
2021.12.29-debian-10-r0 release
This commit is contained in:
@@ -9,14 +9,14 @@ ENV HOME="/" \
|
||||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip procps tar
|
||||
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-client" "2021.12.29-0" --checksum 7f75b9eff4f826155b21484081d6dacaf578a70f1c618fed6057e5af76713b49
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/minio-client/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="minio-client" \
|
||||
BITNAMI_IMAGE_VERSION="2021.12.20-debian-10-r8" \
|
||||
BITNAMI_IMAGE_VERSION="2021.12.29-debian-10-r0" \
|
||||
PATH="/opt/bitnami/minio-client/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
WORKDIR /opt/bitnami/minio-client
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
},
|
||||
"minio-client": {
|
||||
"arch": "amd64",
|
||||
"digest": "77629157e71c7d6818c51eae24063d13a3a1edc976c8bc63d09a54dfef6a1371",
|
||||
"digest": "7f75b9eff4f826155b21484081d6dacaf578a70f1c618fed6057e5af76713b49",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2021.12.20-0"
|
||||
"version": "2021.12.29-0"
|
||||
}
|
||||
}
|
||||
@@ -41,7 +41,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.20`, `2021.12.20-debian-10-r8`, `latest` (2021/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2021.12.20-debian-10-r8/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-client GitHub repo](https://github.com/bitnami/bitnami-docker-minio-client).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user