-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(dockerfile): update dockerfile for release 6.5 #469
Conversation
1bdabe3
to
af08bd2
Compare
From for ~6.5.12 we switch the base image to the new one. Signed-off-by: wuhuizuo <[email protected]>
af08bd2
to
b640808
Compare
The pull request is focused on refactoring the Dockerfile for release 6.5. The changes can be categorized into a few parts:
Potential problems:
Fixing suggestions:
|
/hold wait for decision be made. |
/review list the renamed docker files. |
@wuhuizuo:
......
In response to this:
Instructions 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/test-infra repository. |
/review list the renamed docker files. |
Renamed Dockerfiles:
In response to this:
Instructions 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/test-infra repository. |
/review list the renamed docker files without the prefix folder "dockerfiles/products". |
Summary of Proposed Changes:
Renamed Dockerfiles:
......
In response to this:
Instructions 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/test-infra repository. |
The pull request is related to the update of the Dockerfiles and CI scripts for release 6.5. The changes are made to support the new version Key Changes:
Potential Problems:
Fixing Suggestions:
|
Signed-off-by: wuhuizuo <[email protected]>
39f36d4
to
3e440ad
Compare
This pull request is mainly about updating Dockerfiles and CI scripts for release 6.5.12. Here are the key changes: CI Script Updates:
Dockerfile Updates:
Potential Problems:
Suggestions:
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: wuhuizuo The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…f v6.5.x - hotfix versions for 6.5.7-* - patch versions for ~6.5.12 Signed-off-by: wuhuizuo <[email protected]>
/unhold |
The pull request with the title "refactor(dockerfile): update dockerfile for release 6.5" included several updates and cleanups to the CI scripts and Dockerfiles. Key Changes:
Potential Problems:
Suggestions:
|
Signed-off-by: wuhuizuo <[email protected]>
The pull request essentially does the following:
Potential issues and suggestions:
|
Ref: PingCAP-QE/artifacts#469 Signed-off-by: wuhuizuo <[email protected]> Signed-off-by: wuhuizuo <[email protected]>
From for ~6.5.12 we switch the base image to the new one.
Signed-off-by: wuhuizuo [email protected]
This pull request includes various updates and cleanups to the CI scripts and Dockerfiles. The most important changes include the addition of new versions for testing in CI scripts, removal of commented-out experimental code, and updates to Dockerfiles for different products.
CI Script Updates:
v6.5.12
andv6.5.11
to the list of versions in several functions (test_get_builder
,test_gen_package_artifacts_script
,test_gen_package_images_script
,test_gen_offline_package_artifacts_script
). [1] [2] [3] [4]test_get_builder
andtest_gen_package_images_script
functions. [1] [2]Dockerfile Updates:
le6.5-linux-amd64-debug/tiem
,le6.5-linux-amd64/tiem
,le6.5-linux-arm64/dm-monitor-initializer
, andle6.5-linux-arm64/tidb-operator
. [1] [2] [3] [4]ng-monitoring
,pd
,tidb-binlog
,tidb-dashboard
, andtidb-tools
to use new base images and added necessary configurations. [1] [2] [3] [4] [5] [6]