2022.2.23-debian-10-r0 release
This commit is contained in:
parent
7168aba764
commit
20b1acfe98
|
|
@ -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" "2022.2.16-1" --checksum 7deb9eb62fe85a77eb5f701e3352cbc78142e62cc2eb47c0edb533756b544455
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio-client" "2022.2.23-0" --checksum 4d4a8ccdfd88f20895d292cba418027996d1bfad76fe99f27650dd78a75b6bfe
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-6" --checksum 6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664
|
||||
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="2022.2.16-debian-10-r6" \
|
||||
BITNAMI_IMAGE_VERSION="2022.2.23-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": "7deb9eb62fe85a77eb5f701e3352cbc78142e62cc2eb47c0edb533756b544455",
|
||||
"digest": "4d4a8ccdfd88f20895d292cba418027996d1bfad76fe99f27650dd78a75b6bfe",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2022.2.16-1"
|
||||
"version": "2022.2.23-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/).
|
||||
|
||||
|
||||
* [`2022`, `2022-debian-10`, `2022.2.16`, `2022.2.16-debian-10-r6`, `latest` (2022/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2022.2.16-debian-10-r6/2022/debian-10/Dockerfile)
|
||||
* [`2022`, `2022-debian-10`, `2022.2.23`, `2022.2.23-debian-10-r0`, `latest` (2022/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2022.2.23-debian-10-r0/2022/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/minio-client GitHub repo](https://github.com/bitnami/bitnami-docker-minio-client).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue