mirror of
https://github.com/bitnami/containers.git
synced 2026-04-05 08:47:47 +08:00
2021.1.30-debian-10-r0 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 procps tar
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio-client" "2021.1.16-0" --checksum f5adcf8641d1c5206a32ca992f1df5ab879c8f7af0cc9e538675fb63d5ef5db9
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio-client" "2021.1.30-0" --checksum 1a57eb6231051ab09f248cb7342c70ede719eb3cde1ab7bd64d540659d0461cd
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-2" --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
@@ -18,7 +18,7 @@ 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.1.16-debian-10-r9" \
|
||||
BITNAMI_IMAGE_VERSION="2021.1.30-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": "f5adcf8641d1c5206a32ca992f1df5ab879c8f7af0cc9e538675fb63d5ef5db9",
|
||||
"digest": "1a57eb6231051ab09f248cb7342c70ede719eb3cde1ab7bd64d540659d0461cd",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2021.1.16-0"
|
||||
"version": "2021.1.30-0"
|
||||
}
|
||||
}
|
||||
@@ -37,7 +37,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.1.16`, `2021.1.16-debian-10-r9`, `latest` (2021/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2021.1.16-debian-10-r9/2021/debian-10/Dockerfile)
|
||||
* [`2021`, `2021-debian-10`, `2021.1.30`, `2021.1.30-debian-10-r0`, `latest` (2021/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2021.1.30-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