docker: Update docker compose image references#9965
docker: Update docker compose image references#9965ti-chi-bot[bot] merged 5 commits intopingcap:masterfrom
Conversation
Update docker compose files to use more specific image references with environment variable overrides: - Replace hardcoded image paths with configurable image references - Add support for custom image selection via environment variables - Update image paths for pd, tikv, and tidb services - Maintain default images when no custom image is specified
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JaySon-Huang, Lloyd-Pottiger The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[LGTM Timeline notifier]Timeline:
|
|
@purelind: Your PR was out of date, I have automatically updated it for you. At the same time I will also trigger all tests for you: /run-all-tests
If the CI test fails, you just re-trigger the test that failed and the bot will merge the PR for you after the CI passes. 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 ti-community-infra/tichi repository. |
|
/retest |
What problem does this PR solve?
Update docker compose files to use more specific image references with environment variable overrides:
Issue Number: close #9970
Problem Summary:
What is changed and how it works?
Update the default internal image path for pd, tikv, and tidb services
Check List
Tests
Side effects
Documentation
Release note