2022.2.18-debian-10-r0 release
This commit is contained in:
parent
57e16956ae
commit
b0e7ca7beb
|
|
@ -11,7 +11,7 @@ COPY prebuildfs /
|
|||
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-9" --checksum 4b509978f6d0a4c3b958deeb3490241cda60e4412c138da665192631d60f70de
|
||||
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" "2022.2.16-0" --checksum fe5a62e8ddb303a51b540ce395836e6c6387ab7f8bf4cea4058f076ff9168192
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio" "2022.2.18-0" --checksum 15163fcfcfc865f5043cf3beeb45e4807b25b04eabbc11e35a78aeb2aaeefcd5
|
||||
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
|
||||
|
|
@ -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="2022.2.16-debian-10-r1" \
|
||||
BITNAMI_IMAGE_VERSION="2022.2.18-debian-10-r0" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/minio-client/bin:/opt/bitnami/minio/bin:$PATH"
|
||||
|
||||
VOLUME [ "/certs", "/data" ]
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@
|
|||
},
|
||||
"minio": {
|
||||
"arch": "amd64",
|
||||
"digest": "fe5a62e8ddb303a51b540ce395836e6c6387ab7f8bf4cea4058f076ff9168192",
|
||||
"digest": "15163fcfcfc865f5043cf3beeb45e4807b25b04eabbc11e35a78aeb2aaeefcd5",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2022.2.16-0"
|
||||
"version": "2022.2.18-0"
|
||||
},
|
||||
"minio-client": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -47,7 +47,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-r1`, `latest` (2022/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2022.2.16-debian-10-r1/2022/debian-10/Dockerfile)
|
||||
* [`2022`, `2022-debian-10`, `2022.2.18`, `2022.2.18-debian-10-r0`, `latest` (2022/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2022.2.18-debian-10-r0/2022/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/minio GitHub repo](https://github.com/bitnami/bitnami-docker-minio).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue