From b8abd5677ef76ad2c567ce2eb2015b25fc3d78bb Mon Sep 17 00:00:00 2001 From: Modassar Rana Date: Tue, 30 Apr 2024 13:24:13 +0530 Subject: [PATCH 1/3] Update Dockerfile Updated base image , as it is multi-arch Signed-off-by: Modassar Rana --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b1cfc53..036d620 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. # Using specific tag to avoid newer minio versions that don't currently work -FROM docker.io/minio/minio:RELEASE.2021-06-17T00-10-46Z.hotfix.35a0912ff as minio-examples +FROM docker.io/minio/minio:RELEASE.2024-03-30T09-41-56Z as minio-examples EXPOSE 9000 From 4417e8e04e74215722b9f0a919049e5ac5bb3977 Mon Sep 17 00:00:00 2001 From: Modassar Rana Date: Wed, 1 May 2024 16:24:26 +0530 Subject: [PATCH 2/3] Update Dockerfile Updated base image which is multi-arch & builds successfully for all arch Signed-off-by: Modassar Rana --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 036d620..f1f1d08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. # Using specific tag to avoid newer minio versions that don't currently work -FROM docker.io/minio/minio:RELEASE.2024-03-30T09-41-56Z as minio-examples +FROM quay.io/minio/minio:RELEASE.2023-10-16T04-13-43Z as minio-examples EXPOSE 9000 From 5ce65330ae8d27fd39456701127cc4acb20056d6 Mon Sep 17 00:00:00 2001 From: Modassar Rana Date: Mon, 28 Oct 2024 15:27:42 +0530 Subject: [PATCH 3/3] Update Dockerfile Signed-off-by: Modassar Rana --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f1f1d08..f9128d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. # Using specific tag to avoid newer minio versions that don't currently work -FROM quay.io/minio/minio:RELEASE.2023-10-16T04-13-43Z as minio-examples +FROM docker.io/minio/minio:RELEASE.2021-06-17T00-10-46Z as minio-examples EXPOSE 9000