2022.6.11-debian-11-r0 release
This commit is contained in:
parent
b00cfb0881
commit
f33093fecd
|
|
@ -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.6.10-0" --checksum 0485dd3fb4e2c0faa3d9c523dc3769fc775f665f17d94e0d237e960c1d52815d
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio-client" "2022.6.11-0" --checksum a766a800fd2efa2c9de76c153377827669b1e23e4aee9b6546226d341d3e55d4
|
||||
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
|
||||
|
|
@ -17,7 +17,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/minio-client/postunpack.sh
|
||||
ENV APP_VERSION="2022.6.10" \
|
||||
ENV APP_VERSION="2022.6.11" \
|
||||
BITNAMI_APP_NAME="minio-client" \
|
||||
PATH="/opt/bitnami/minio-client/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@
|
|||
},
|
||||
"minio-client": {
|
||||
"arch": "amd64",
|
||||
"digest": "0485dd3fb4e2c0faa3d9c523dc3769fc775f665f17d94e0d237e960c1d52815d",
|
||||
"digest": "a766a800fd2efa2c9de76c153377827669b1e23e4aee9b6546226d341d3e55d4",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2022.6.10-0"
|
||||
"version": "2022.6.11-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -39,7 +39,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.10`, `2022.6.10-debian-11-r1`, `latest` (2022/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2022.6.10-debian-11-r1/2022/debian-11/Dockerfile)
|
||||
* [`2022`, `2022-debian-11`, `2022.6.11`, `2022.6.11-debian-11-r0`, `latest` (2022/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2022.6.11-debian-11-r0/2022/debian-11/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