mirror of
https://github.com/bitnami/containers.git
synced 2026-03-06 15:09:19 +08:00
2022.7.13-debian-11-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
5f636a8b82
commit
8f90eb752a
@@ -9,8 +9,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
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-150" --checksum 1013e2ebbe58e5dc8f3c79fc952f020fc5306ba48463803cacfbed7779173924
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio-client" "2022.7.6-0" --checksum b4fa8350835180345ff38655ddf86bc45a69ef6215694be4f0104201576db66b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio" "2022.7.8-0" --checksum 19432f34dce83b460cddbc0243848391d967c8fa8cb9e0b7fee7b73b7bb53546
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio-client" "2022.7.11-0" --checksum ab6234999a1b286a917649214f23c8073057113e901f89d9b215d5f82d05e1e9
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio" "2022.7.13-0" --checksum ded6e33895703608ffade759e7c4eb290ec0483fc4b69c40320c6117ed1fe36b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-151" --checksum 089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
@@ -19,7 +19,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.7.8" \
|
||||
ENV APP_VERSION="2022.7.13" \
|
||||
BITNAMI_APP_NAME="minio" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/minio-client/bin:/opt/bitnami/minio/bin:$PATH"
|
||||
|
||||
|
||||
@@ -8,17 +8,17 @@
|
||||
},
|
||||
"minio": {
|
||||
"arch": "amd64",
|
||||
"digest": "19432f34dce83b460cddbc0243848391d967c8fa8cb9e0b7fee7b73b7bb53546",
|
||||
"digest": "ded6e33895703608ffade759e7c4eb290ec0483fc4b69c40320c6117ed1fe36b",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2022.7.8-0"
|
||||
"version": "2022.7.13-0"
|
||||
},
|
||||
"minio-client": {
|
||||
"arch": "amd64",
|
||||
"digest": "b4fa8350835180345ff38655ddf86bc45a69ef6215694be4f0104201576db66b",
|
||||
"digest": "ab6234999a1b286a917649214f23c8073057113e901f89d9b215d5f82d05e1e9",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2022.7.6-0"
|
||||
"version": "2022.7.11-0"
|
||||
},
|
||||
"wait-for-port": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -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.7.8`, `2022.7.8-debian-11-r1`, `latest` (2022/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2022.7.8-debian-11-r1/2022/debian-11/Dockerfile)
|
||||
* [`2022`, `2022-debian-11`, `2022.7.13`, `2022.7.13-debian-11-r0`, `latest` (2022/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2022.7.13-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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user