docs(testing): MinIO comes from quay.io on a pinned tag - #247
Open
marcelo-maciel wants to merge 2 commits into
Open
docs(testing): MinIO comes from quay.io on a pinned tag#247marcelo-maciel wants to merge 2 commits into
marcelo-maciel wants to merge 2 commits into
Conversation
MinIO withdrew `minio/minio` from Docker Hub, so the kit pulls the same image from `quay.io/minio/minio` instead. Updates the two testing pages that name the image and adds a changelog entry with the action for deployments that pinned it themselves. Pairs with dotnet-starter-kit#1388.
quay has not moved the floating latest tag since September 2025, so the kit pins RELEASE.2025-09-07T16-13-09Z rather than following it. Records the Testcontainers 4.11.0 to 4.14.0 bump that clears the SSH.NET advisory, and the version shown on the integration-tests page.
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.
Documents dotnet-starter-kit#1388: MinIO withdrew
minio/miniofrom Docker Hub (the repository is gone; a pull fails withpull access denied for minio/minio, repository does not exist or may require 'docker login'), so the kit pulls the same image fromquay.io/minio/minio, on the pinned tagRELEASE.2025-09-07T16-13-09Zrather than:latest.Changes:
Testcontainers.*version, which moves 4.11 to 4.14 in the same PR.minio/minioof their own, and one for the Testcontainers bump that clears theSSH.NETadvisory.Pairs with #1388; ideally merges alongside or just after it.
Verified:
npm run check(astro check) passes with 0 errors and 0 warnings.