[GH-3355] Pull the MinIO test image from quay.io - #3356
Merged
Conversation
Docker Hub no longer serves the minio/minio repository, so every Testcontainers-based MinIO test fails to start and fail-fast takes the whole Scala and Java build matrix down with it. Point the four call sites at the same image on quay.io, pinned to the release that quay's latest tag currently resolves to, and declare it a compatible substitute so MinIOContainer accepts it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Did you read the Contributor Guide?
Is this PR related to a ticket?
[GH-XXX] my subject. Closes CI: MinIO-backed tests fail because Docker Hub no longer serves minio/minio #3355What changes were proposed in this PR?
Docker Hub no longer serves the
minio/miniorepository, so every Testcontainers-based MinIO test fails to start and, with fail-fast, takes the wholeScala and Java buildmatrix down. This switches the four call sites (OsmReaderTestand the threeGeoPackageReaderTestcopies) to the same image on quay.io, pinned to a release tag instead oflatest:asCompatibleSubstituteForis required becauseMinIOContainerasserts that the image is compatible withminio/minio.RELEASE.2025-09-07T16-13-09Zis the build quay'slatesttag points at today, so this is the image the tests were already using.How was this patch tested?
spark/commonandspark/spark-3.5compile with the change.OsmReaderTestandGeoPackageReaderTestS3 cases should now start their MinIO container and pass.Did this PR include necessary documentation updates?