From 06e8f8a4285552dd259bedbc1f08fab338e583bd Mon Sep 17 00:00:00 2001 From: Rafael Vasquez Date: Tue, 23 Apr 2024 10:55:17 -0400 Subject: [PATCH 1/4] Test image without tag Signed-off-by: Rafael Vasquez --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fed3a46..d735c79 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,8 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Using specific tag for now, there was some reason newer minio versions didn't work -FROM quay.io/cloudservices/minio:RELEASE.2021-06-17T00-10-46Z.hotfix.35a0912ff as minio-examples +FROM quay.io/cloudservices/minio:RELEASE.2021-06-17T00-10-46Z as minio-examples EXPOSE 9000 From d81a210d075c80e990571961d47f1cd91043b152 Mon Sep 17 00:00:00 2001 From: Rafael Vasquez Date: Wed, 24 Apr 2024 12:06:05 -0400 Subject: [PATCH 2/4] Use minio image Signed-off-by: Rafael Vasquez --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d735c79..b8c8baa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM quay.io/cloudservices/minio:RELEASE.2021-06-17T00-10-46Z as minio-examples +FROM quay.io/minio/minio:RELEASE.2021-06-17T00-10-46Z as minio-examples EXPOSE 9000 From 521590e248065b29bf81a3774180790b8444a7f2 Mon Sep 17 00:00:00 2001 From: Rafael Vasquez Date: Wed, 24 Apr 2024 15:32:13 -0400 Subject: [PATCH 3/4] Keep comment Signed-off-by: Rafael Vasquez --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index b8c8baa..51e48cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +# Using specific tag to avoid newer minio versions that don't currently work FROM quay.io/minio/minio:RELEASE.2021-06-17T00-10-46Z as minio-examples EXPOSE 9000 From 868f5fef7e7814163337a1141f91900277e865a5 Mon Sep 17 00:00:00 2001 From: Christian Kadner Date: Wed, 24 Apr 2024 18:47:40 -0700 Subject: [PATCH 4/4] use hotfix.35a0912ff from docker.io Signed-off-by: Christian Kadner --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 51e48cb..b1cfc53 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.2021-06-17T00-10-46Z as minio-examples +FROM docker.io/minio/minio:RELEASE.2021-06-17T00-10-46Z.hotfix.35a0912ff as minio-examples EXPOSE 9000