2022.6.17-debian-11-r2 release

This commit is contained in:
Bitnami Bot 2022-06-24 02:34:19 +00:00 committed by Bitnami Containers
parent 4854a40feb
commit d650003313
2 changed files with 2 additions and 3 deletions

View File

@ -1,12 +1,11 @@
FROM docker.io/bitnami/minideb:bullseye
LABEL maintainer "Bitnami <containers@bitnami.com>"
ENV HOME="/" \
OS_ARCH="amd64" \
OS_FLAVOUR="debian-11" \
OS_NAME="linux"
COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# 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.17-0" --checksum cd2234507fd6e8f2ce21aca104cc73319cdaae93a6f529eb3252c9edb681bea9

View File

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