mirror of
https://github.com/bitnami/containers.git
synced 2026-03-01 06:57:49 +08:00
2022.4.16-debian-10-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
60e73d0a08
commit
e649113733
@@ -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.1-10" --checksum 35c818ba3f4b5aae905959bc7d3a5e81fc63786e3c662b604612c0aa7fcda8fd
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio-client" "2022.4.7-0" --checksum 2fed0c412bb5dcc71781101af5375325f04681337837f6d61eb6c6c8a3650374
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio" "2022.4.12-0" --checksum 252b7fe0fb02e5c5312d56613f9b7d96201dfb266b5974a38bf561276704ab66
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio" "2022.4.16-0" --checksum db45b5acb232e2a8e2cf496d79da4a5d6f055ef30c5569f0571436f758f630ab
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
|
||||
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.4.12" \
|
||||
ENV APP_VERSION="2022.4.16" \
|
||||
BITNAMI_APP_NAME="minio" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/minio-client/bin:/opt/bitnami/minio/bin:$PATH"
|
||||
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
},
|
||||
"minio": {
|
||||
"arch": "amd64",
|
||||
"digest": "252b7fe0fb02e5c5312d56613f9b7d96201dfb266b5974a38bf561276704ab66",
|
||||
"digest": "db45b5acb232e2a8e2cf496d79da4a5d6f055ef30c5569f0571436f758f630ab",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2022.4.12-0"
|
||||
"version": "2022.4.16-0"
|
||||
},
|
||||
"minio-client": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -47,7 +47,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-10`, `2022.4.12`, `2022.4.12-debian-10-r3`, `latest` (2022/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2022.4.12-debian-10-r3/2022/debian-10/Dockerfile)
|
||||
* [`2022`, `2022-debian-10`, `2022.4.16`, `2022.4.16-debian-10-r0`, `latest` (2022/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2022.4.16-debian-10-r0/2022/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/minio GitHub repo](https://github.com/bitnami/bitnami-docker-minio).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user