mirror of
https://github.com/bitnami/containers.git
synced 2026-03-07 18:17:20 +08:00
2022.2.7-debian-10-r4 release
This commit is contained in:
@@ -9,8 +9,8 @@ ENV HOME="/" \
|
||||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip procps tar
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio-client" "2022.2.7-0" --checksum 68be651c55b00e999540258fe2990c4a438f25c944580a4cbd57eebaf8d7d673
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-3" --checksum 276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio-client" "2022.2.7-1" --checksum 3539bf6f2b66e3bddc78448b88785f91089720f0640d88a708b50461eacba926
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-4" --checksum ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
@@ -18,7 +18,7 @@ RUN chmod g+rwX /opt/bitnami
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/minio-client/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="minio-client" \
|
||||
BITNAMI_IMAGE_VERSION="2022.2.7-debian-10-r3" \
|
||||
BITNAMI_IMAGE_VERSION="2022.2.7-debian-10-r4" \
|
||||
PATH="/opt/bitnami/minio-client/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
WORKDIR /opt/bitnami/minio-client
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
"digest": "276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980",
|
||||
"digest": "ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-3"
|
||||
"version": "1.14.0-4"
|
||||
},
|
||||
"minio-client": {
|
||||
"arch": "amd64",
|
||||
"digest": "68be651c55b00e999540258fe2990c4a438f25c944580a4cbd57eebaf8d7d673",
|
||||
"digest": "3539bf6f2b66e3bddc78448b88785f91089720f0640d88a708b50461eacba926",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2022.2.7-0"
|
||||
"version": "2022.2.7-1"
|
||||
}
|
||||
}
|
||||
@@ -41,8 +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/).
|
||||
|
||||
|
||||
* [`2022`, `2022-debian-10`, `2022.2.7`, `2022.2.7-debian-10-r3`, `latest` (2022/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2022.2.7-debian-10-r3/2022/debian-10/Dockerfile)
|
||||
* [`2021`, `2021-debian-10`, `2021.12.29`, `2021.12.29-debian-10-r42` (2021/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2021.12.29-debian-10-r42/2021/debian-10/Dockerfile)
|
||||
* [`2022`, `2022-debian-10`, `2022.2.7`, `2022.2.7-debian-10-r4`, `latest` (2022/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2022.2.7-debian-10-r4/2022/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/minio-client GitHub repo](https://github.com/bitnami/bitnami-docker-minio-client).
|
||||
|
||||
@@ -131,10 +130,6 @@ $ docker run --rm --name minio-client \
|
||||
|
||||
Find more information about the client configuration in the [MinIO(R) Client documentation](https://docs.min.io/docs/minio-admin-complete-guide.html).
|
||||
|
||||
## Branch Deprecation Notice
|
||||
|
||||
Bitnami Object Storage Client based on MinIO®'s branch 2021 is no longer maintained by upstream and is now internally tagged as to be deprecated. This branch will no longer be released in our catalog a month after this notice is published, but already released container images will still persist in the registries. Valid to be removed starting on: 02-11-2022
|
||||
|
||||
## Contributing
|
||||
|
||||
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/bitnami-docker-minio-client/issues), or submit a [pull request](https://github.com/bitnami/bitnami-docker-minio-client/pulls) with your contribution.
|
||||
|
||||
Reference in New Issue
Block a user