2022.6.20-debian-11-r0 release
This commit is contained in:
parent
484eb53e96
commit
804e5b4c53
|
|
@ -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.3-150" --checksum 1013e2ebbe58e5dc8f3c79fc952f020fc5306ba48463803cacfbed7779173924
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio-client" "2022.6.17-0" --checksum cd2234507fd6e8f2ce21aca104cc73319cdaae93a6f529eb3252c9edb681bea9
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio" "2022.6.17-0" --checksum 386a7acdf6e442caa1107a25a1a188f7632e334c2963b0295227c3a8db4531a5
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio" "2022.6.20-0" --checksum f1486d1281559dca63ea7c9b86487449f7a70e90dc1ec8003bbf684cf4902b48
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
|
@ -20,7 +20,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/minio-client/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/minio/postunpack.sh
|
||||
ENV APP_VERSION="2022.6.17" \
|
||||
ENV APP_VERSION="2022.6.20" \
|
||||
BITNAMI_APP_NAME="minio" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/minio-client/bin:/opt/bitnami/minio/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@
|
|||
},
|
||||
"minio": {
|
||||
"arch": "amd64",
|
||||
"digest": "386a7acdf6e442caa1107a25a1a188f7632e334c2963b0295227c3a8db4531a5",
|
||||
"digest": "f1486d1281559dca63ea7c9b86487449f7a70e90dc1ec8003bbf684cf4902b48",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2022.6.17-0"
|
||||
"version": "2022.6.20-0"
|
||||
},
|
||||
"minio-client": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -45,7 +45,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-11`, `2022.6.17`, `2022.6.17-debian-11-r1`, `latest` (2022/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2022.6.17-debian-11-r1/2022/debian-11/Dockerfile)
|
||||
* [`2022`, `2022-debian-11`, `2022.6.20`, `2022.6.20-debian-11-r0`, `latest` (2022/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2022.6.20-debian-11-r0/2022/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/minio GitHub repo](https://github.com/bitnami/bitnami-docker-minio).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue