2022.3.3-debian-10-r0 release
This commit is contained in:
parent
fa96bbf1b0
commit
75a61adfbb
|
|
@ -10,8 +10,8 @@ COPY prebuildfs /
|
|||
# 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.1-10" --checksum 35c818ba3f4b5aae905959bc7d3a5e81fc63786e3c662b604612c0aa7fcda8fd
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio-client" "2022.2.26-1" --checksum b6201b49577283a412a3bfed7a4e0baa557cb93c6c1581350f3895b3e68073e7
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio" "2022.2.26-1" --checksum 65089d2713080f081cf6204fa33d2fb7054be569be4cad062543504c44c6a448
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio-client" "2022.3.3-0" --checksum 4ea646fd9ddd9dc4ee59d937bc777c53c446ac9af51eb0b603a2fb6fa35aec2d
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio" "2022.3.3-0" --checksum cbfd60b72ad87022e1bcf47f52d07e37c7cd43b7fe517b6b49c579dbd63b6c77
|
||||
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
|
||||
|
|
@ -21,7 +21,7 @@ COPY rootfs /
|
|||
RUN /opt/bitnami/scripts/minio-client/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/minio/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="minio" \
|
||||
BITNAMI_IMAGE_VERSION="2022.2.26-debian-10-r5" \
|
||||
BITNAMI_IMAGE_VERSION="2022.3.3-debian-10-r0" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/minio-client/bin:/opt/bitnami/minio/bin:$PATH"
|
||||
|
||||
VOLUME [ "/certs", "/data" ]
|
||||
|
|
|
|||
|
|
@ -8,17 +8,17 @@
|
|||
},
|
||||
"minio": {
|
||||
"arch": "amd64",
|
||||
"digest": "65089d2713080f081cf6204fa33d2fb7054be569be4cad062543504c44c6a448",
|
||||
"digest": "cbfd60b72ad87022e1bcf47f52d07e37c7cd43b7fe517b6b49c579dbd63b6c77",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2022.2.26-1"
|
||||
"version": "2022.3.3-0"
|
||||
},
|
||||
"minio-client": {
|
||||
"arch": "amd64",
|
||||
"digest": "b6201b49577283a412a3bfed7a4e0baa557cb93c6c1581350f3895b3e68073e7",
|
||||
"digest": "4ea646fd9ddd9dc4ee59d937bc777c53c446ac9af51eb0b603a2fb6fa35aec2d",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2022.2.26-1"
|
||||
"version": "2022.3.3-0"
|
||||
},
|
||||
"wait-for-port": {
|
||||
"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.2.26`, `2022.2.26-debian-10-r5`, `latest` (2022/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2022.2.26-debian-10-r5/2022/debian-10/Dockerfile)
|
||||
* [`2022`, `2022-debian-10`, `2022.3.3`, `2022.3.3-debian-10-r0`, `latest` (2022/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2022.3.3-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).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue