mirror of
https://github.com/bitnami/containers.git
synced 2026-03-19 15:57:46 +08:00
2022.4.1-debian-10-r0 release
This commit is contained in:
@@ -9,7 +9,7 @@ ENV HOME="/" \
|
|||||||
COPY prebuildfs /
|
COPY prebuildfs /
|
||||||
# Install required system packages and dependencies
|
# Install required system packages and dependencies
|
||||||
RUN install_packages acl ca-certificates curl gzip procps tar
|
RUN install_packages acl ca-certificates curl gzip procps tar
|
||||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio-client" "2022.3.31-0" --checksum 158e416c9a738a3080757f0b76bbe9eaf4f7b0645986ff8b133cf59c3a6f7777
|
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio-client" "2022.4.1-0" --checksum fb5df7ee7e5912204e1e1320ca1014e34b87e0ff87562f7f99180d1deb0c50b9
|
||||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
|
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
|
||||||
RUN apt-get update && apt-get upgrade -y && \
|
RUN apt-get update && apt-get upgrade -y && \
|
||||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||||
@@ -17,9 +17,9 @@ RUN chmod g+rwX /opt/bitnami
|
|||||||
|
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
RUN /opt/bitnami/scripts/minio-client/postunpack.sh
|
RUN /opt/bitnami/scripts/minio-client/postunpack.sh
|
||||||
ENV APP_VERSION="2022.3.31" \
|
ENV APP_VERSION="2022.4.1" \
|
||||||
BITNAMI_APP_NAME="minio-client" \
|
BITNAMI_APP_NAME="minio-client" \
|
||||||
BITNAMI_IMAGE_VERSION="2022.3.31-debian-10-r1" \
|
BITNAMI_IMAGE_VERSION="2022.4.1-debian-10-r0" \
|
||||||
PATH="/opt/bitnami/minio-client/bin:/opt/bitnami/common/bin:$PATH"
|
PATH="/opt/bitnami/minio-client/bin:/opt/bitnami/common/bin:$PATH"
|
||||||
|
|
||||||
WORKDIR /opt/bitnami/minio-client
|
WORKDIR /opt/bitnami/minio-client
|
||||||
|
|||||||
@@ -8,9 +8,9 @@
|
|||||||
},
|
},
|
||||||
"minio-client": {
|
"minio-client": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "158e416c9a738a3080757f0b76bbe9eaf4f7b0645986ff8b133cf59c3a6f7777",
|
"digest": "fb5df7ee7e5912204e1e1320ca1014e34b87e0ff87562f7f99180d1deb0c50b9",
|
||||||
"distro": "debian-10",
|
"distro": "debian-10",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "2022.3.31-0"
|
"version": "2022.4.1-0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -41,7 +41,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/).
|
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.3.31`, `2022.3.31-debian-10-r1`, `latest` (2022/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2022.3.31-debian-10-r1/2022/debian-10/Dockerfile)
|
* [`2022`, `2022-debian-10`, `2022.4.1`, `2022.4.1-debian-10-r0`, `latest` (2022/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2022.4.1-debian-10-r0/2022/debian-10/Dockerfile)
|
||||||
|
|
||||||
Subscribe to project updates by watching the [bitnami/minio-client GitHub repo](https://github.com/bitnami/bitnami-docker-minio-client).
|
Subscribe to project updates by watching the [bitnami/minio-client GitHub repo](https://github.com/bitnami/bitnami-docker-minio-client).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user