2022.6.7-debian-11-r0 release

This commit is contained in:
Bitnami Bot
2022-06-08 07:45:01 +00:00
committed by Bitnami Containers
parent 8611cd42fa
commit 9b83b21cb3
3 changed files with 6 additions and 6 deletions

View File

@@ -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-0" --checksum 1013e2ebbe58e5dc8f3c79fc952f020fc5306ba48463803cacfbed7779173924
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio-client" "2022.5.9-0" --checksum 45600b14a64b02b4b59df59643d553c1051943b5fc66264b447b1d5a0d6bf914
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio" "2022.6.3-0" --checksum b5eee689b0c6ff1b95d3f44797fd26383cd936eaa2450c61ab3540f93a950c9d
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio" "2022.6.7-0" --checksum 8f00ea8201ae8f19001b47442488d9958ae187df0967b13aca36eafa53e16d97
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --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.3" \
ENV APP_VERSION="2022.6.7" \
BITNAMI_APP_NAME="minio" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/minio-client/bin:/opt/bitnami/minio/bin:$PATH"

View File

@@ -8,10 +8,10 @@
},
"minio": {
"arch": "amd64",
"digest": "b5eee689b0c6ff1b95d3f44797fd26383cd936eaa2450c61ab3540f93a950c9d",
"digest": "8f00ea8201ae8f19001b47442488d9958ae187df0967b13aca36eafa53e16d97",
"distro": "debian-11",
"type": "NAMI",
"version": "2022.6.3-0"
"version": "2022.6.7-0"
},
"minio-client": {
"arch": "amd64",

View File

@@ -34,7 +34,7 @@ $ docker-compose up -d
Deploying Bitnami applications as Helm Charts is the easiest way to get started with our applications on Kubernetes. Read more about the installation in the [Bitnami MinIO(R) Chart GitHub repository](https://github.com/bitnami/charts/tree/master/bitnami/minio).
Bitnami containers can be used with [Kubeapps](https://kubeapps.com/) for deployment and management of Helm Charts in clusters.
Bitnami containers can be used with [Kubeapps](https://kubeapps.dev/) for deployment and management of Helm Charts in clusters.
## Why use a non-root container?
@@ -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.3`, `2022.6.3-debian-11-r0`, `latest` (2022/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2022.6.3-debian-11-r0/2022/debian-11/Dockerfile)
* [`2022`, `2022-debian-11`, `2022.6.7`, `2022.6.7-debian-11-r0`, `latest` (2022/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2022.6.7-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).