mirror of
https://github.com/bitnami/containers.git
synced 2026-03-06 06:58:01 +08:00
2022.1.8-debian-10-r1 release
This commit is contained in:
@@ -9,17 +9,17 @@ ENV HOME="/" \
|
||||
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-4" --checksum 53c0f1a5361a68c298f31f6701c8e8a026e77f09805d54ecfeb52cf5998d7d06
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio-client" "2022.1.7-0" --checksum 5f3bed87ed4feaf063d6ae4c646ebcb74c0e11a85b514e295306b5372d50d812
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio" "2022.1.8-0" --checksum d2aab3bdc1bd5987ebed1955a38f5418d0229d4b8f045b1d5ab94075e5e02594
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.1-5" --checksum 1e34030c18f0ec2467fa5f1b1fbad24add217f671c3a61628f7b8671391f9676
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio-client" "2022.1.7-1" --checksum 8ce303efdf2a7d2e3185cdae9c39d7df758e6734f7501e718a2819a98a8755a2
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio" "2022.1.8-1" --checksum da9c204fb0f34f3442cc3b3382ba9d727747d8370a326f8ab125dc5473b77613
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-1" --checksum 16f1a317859b06ae82e816b30f98f28b4707d18fe6cc3881bff535192a7715dc
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
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.1.8-debian-10-r0" \
|
||||
BITNAMI_IMAGE_VERSION="2022.1.8-debian-10-r1" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/minio-client/bin:/opt/bitnami/minio/bin:$PATH"
|
||||
|
||||
VOLUME [ "/certs", "/data" ]
|
||||
|
||||
@@ -1,30 +1,30 @@
|
||||
{
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
"digest": "3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e",
|
||||
"digest": "16f1a317859b06ae82e816b30f98f28b4707d18fe6cc3881bff535192a7715dc",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-0"
|
||||
"version": "1.14.0-1"
|
||||
},
|
||||
"minio": {
|
||||
"arch": "amd64",
|
||||
"digest": "d2aab3bdc1bd5987ebed1955a38f5418d0229d4b8f045b1d5ab94075e5e02594",
|
||||
"digest": "da9c204fb0f34f3442cc3b3382ba9d727747d8370a326f8ab125dc5473b77613",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2022.1.8-0"
|
||||
"version": "2022.1.8-1"
|
||||
},
|
||||
"minio-client": {
|
||||
"arch": "amd64",
|
||||
"digest": "5f3bed87ed4feaf063d6ae4c646ebcb74c0e11a85b514e295306b5372d50d812",
|
||||
"digest": "8ce303efdf2a7d2e3185cdae9c39d7df758e6734f7501e718a2819a98a8755a2",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2022.1.7-0"
|
||||
"version": "2022.1.7-1"
|
||||
},
|
||||
"wait-for-port": {
|
||||
"arch": "amd64",
|
||||
"digest": "53c0f1a5361a68c298f31f6701c8e8a026e77f09805d54ecfeb52cf5998d7d06",
|
||||
"digest": "1e34030c18f0ec2467fa5f1b1fbad24add217f671c3a61628f7b8671391f9676",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.0.1-4"
|
||||
"version": "1.0.1-5"
|
||||
}
|
||||
}
|
||||
@@ -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.1.8`, `2022.1.8-debian-10-r0`, `latest` (2022/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2022.1.8-debian-10-r0/2022/debian-10/Dockerfile)
|
||||
* [`2022`, `2022-debian-10`, `2022.1.8`, `2022.1.8-debian-10-r1`, `latest` (2022/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2022.1.8-debian-10-r1/2022/debian-10/Dockerfile)
|
||||
* [`2021`, `2021-debian-10`, `2021.12.29`, `2021.12.29-debian-10-r11` (2021/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2021.12.29-debian-10-r11/2021/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/minio GitHub repo](https://github.com/bitnami/bitnami-docker-minio).
|
||||
@@ -456,6 +456,10 @@ or using Docker Compose:
|
||||
$ docker-compose up minio
|
||||
```
|
||||
|
||||
## Branch Deprecation Notice
|
||||
|
||||
Bitnami Object Storage 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/issues), or submit a [pull request](https://github.com/bitnami/bitnami-docker-minio/pulls) with your contribution.
|
||||
|
||||
Reference in New Issue
Block a user