[bitnami/minio-client] Release 2022.8.11-debian-11-r0 (#2969)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-08-12 15:19:36 +02:00
committed by GitHub
parent f8848e19e9
commit 41aca1e111
3 changed files with 7 additions and 7 deletions

View File

@@ -6,17 +6,17 @@ ENV HOME="/" \
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="2022.8.5-debian-11-r2" \
org.opencontainers.image.ref.name="2022.8.11-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/minio-client" \
org.opencontainers.image.title="minio-client" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="2022.8.5"
org.opencontainers.image.version="2022.8.11"
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.8.5-1" --checksum 3943e8e11e4889f109c4728690588198afd9e040ae102867e63469b4e5b613b2
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio-client" "2022.8.11-0" --checksum 4b18a55a3a9fd500fd5e6be62cfe434001415fb82550cedcd3eef57e39da3127
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-153" --checksum d3ae0109be24e8bc56f97359b8290b91243454de946dd60bd8520a0896a88449
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
@@ -24,7 +24,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/minio-client/postunpack.sh
ENV APP_VERSION="2022.8.5" \
ENV APP_VERSION="2022.8.11" \
BITNAMI_APP_NAME="minio-client" \
PATH="/opt/bitnami/minio-client/bin:/opt/bitnami/common/bin:$PATH"

View File

@@ -8,9 +8,9 @@
},
"minio-client": {
"arch": "amd64",
"digest": "3943e8e11e4889f109c4728690588198afd9e040ae102867e63469b4e5b613b2",
"digest": "4b18a55a3a9fd500fd5e6be62cfe434001415fb82550cedcd3eef57e39da3127",
"distro": "debian-11",
"type": "NAMI",
"version": "2022.8.5-1"
"version": "2022.8.11-0"
}
}

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