hub registry: migrate tikv/pd images to cloud-accessible registry#4317
hub registry: migrate tikv/pd images to cloud-accessible registry#4317
Conversation
|
Hi @Copilot. Thanks for your PR. I'm waiting for a PingCAP-QE member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
…ssible registry Replace all hub.pingcap.net image references in tikv/pd jobs and pipelines with cloud-accessible ghcr.io equivalents: - rocky8_golang-1.23 -> ghcr.io/pingcap-qe/ci/jenkins (go1.23) - centos7_golang-1.19/1.20/1.21/1.23 -> ghcr.io/pingcap-qe/cd/builders/pd - network-multitool -> wbitt/network-multitool - python3-requests -> python:3.11.10-bullseye - github-status-updater -> removed (unused in pipeline scripts) - wangweizhen/tidb_image -> ghcr.io/pingcap-qe/cd/builders/tidb (go1.23) - ee/ci/base (prow-job) -> ghcr.io/pingcap-qe/cd/builders/pd (go1.19) Co-authored-by: wuhuizuo <2574558+wuhuizuo@users.noreply.github.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Removes all
hub.pingcap.netimage references from tikv/pd pipelines and prow-jobs, replacing with publicly accessible ghcr.io equivalents.Image replacements
hub.pingcap.net/jenkins/rocky8_golang-1.23:latestghcr.io/pingcap-qe/ci/jenkins:v2026.1.18-8-gbb5ada9-go1.23hub.pingcap.net/jenkins/centos7_golang-1.19:latestghcr.io/pingcap-qe/cd/builders/pd:v2024.10.8-91-g6221afa-centos7-go1.19hub.pingcap.net/jenkins/centos7_golang-1.20:latestghcr.io/pingcap-qe/cd/builders/pd:v2024.10.8-91-g6221afa-centos7-go1.20hub.pingcap.net/jenkins/centos7_golang-1.21:latestghcr.io/pingcap-qe/cd/builders/pd:v2024.10.8-91-g6221afa-centos7-go1.21hub.pingcap.net/jenkins/centos7_golang-1.23:latestghcr.io/pingcap-qe/cd/builders/pd:v2025.5.11-8-g6a5de16-centos7-go1.23hub.pingcap.net/jenkins/network-multitoolwbitt/network-multitoolhub.pingcap.net/jenkins/python3-requests:latestpython:3.11.10-bullseyehub.pingcap.net/wangweizhen/tidb_image:go12320241009ghcr.io/pingcap-qe/cd/builders/tidb:v2025.8.10-8-g63921ca-centos7-go1.23hub.pingcap.net/ee/ci/base:v20230803-go1.19.12ghcr.io/pingcap-qe/cd/builders/pd:v2024.10.8-91-g6221afa-centos7-go1.19Other changes
status-updater(hub.pingcap.net/pingcap/github-status-updater) container fromlatestandrelease-7.1copr test pods — it was defined in the pod template but never referenced in the pipeline Groovy scripts.cd/builders/pdimage tags chosen to match the versions already in use by the corresponding branch's prow-job presubmits, ensuring consistency across Prow and Jenkins execution paths.Original prompt
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.