2022.6.17-debian-11-r1 release

This commit is contained in:
Bitnami Bot
2022-06-20 06:02:30 +00:00
committed by Bitnami Containers
parent 6e1fcdfee9
commit 484eb53e96
3 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ COPY prebuildfs /
# Install required system packages and dependencies
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.11-0" --checksum a766a800fd2efa2c9de76c153377827669b1e23e4aee9b6546226d341d3e55d4
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 "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
RUN apt-get update && apt-get upgrade -y && \

View File

@@ -15,10 +15,10 @@
},
"minio-client": {
"arch": "amd64",
"digest": "a766a800fd2efa2c9de76c153377827669b1e23e4aee9b6546226d341d3e55d4",
"digest": "cd2234507fd6e8f2ce21aca104cc73319cdaae93a6f529eb3252c9edb681bea9",
"distro": "debian-11",
"type": "NAMI",
"version": "2022.6.11-0"
"version": "2022.6.17-0"
},
"wait-for-port": {
"arch": "amd64",

View File

@@ -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-r0`, `latest` (2022/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2022.6.17-debian-11-r0/2022/debian-11/Dockerfile)
* [`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)
Subscribe to project updates by watching the [bitnami/minio GitHub repo](https://github.com/bitnami/bitnami-docker-minio).