hello-stephen opened a new pull request, #67908:
URL: https://github.com/apache/doris/pull/67908
### What problem does this PR solve?
Issue Number: none
Related PR: #67897
Problem Summary:
PR #67897 temporarily moved the MinIO server and client images from Docker
Hub to Quay.io after the upstream Docker Hub repositories were removed. The
required image manifests have now been mirrored into the Doris-owned public
`doristhirdpartydocker` namespace.
This PR updates all 16 references in 9 files to use
`doristhirdpartydocker/minio` and `doristhirdpartydocker/mc`. Existing release
tags, startup arguments, environment variables, and test logic remain
unchanged. The two previously untagged sample images are pinned to release tags
whose manifests match the current Quay.io `latest` images.
### Release note
None
### Check List (For Author)
- Test:
- [ ] Regression test
- [ ] Unit Test
- [x] Manual test
- All eight changed YAML files parse successfully.
- All seven Docker Hub tags are publicly readable.
- Every target manifest digest matches its Quay.io source.
- Every target tag resolves for `linux/amd64` and `linux/arm64`.
- Behavior changed:
- [x] No. The image contents and runtime configuration are unchanged; only
the registry location changes and previously floating sample tags are made
explicit.
- Does this need documentation?
- [x] No
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]