deps: bump pingcap base image to v1.12.3 - #7042
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release-2.1 #7042 +/- ##
============================================
Coverage 38.11% 38.11%
============================================
Files 393 393
Lines 22608 22608
============================================
Hits 8616 8616
Misses 13992 13992
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
/lgtm |
[LGTM Timeline notifier]Timeline:
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: liubog2008 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 |
What problem does this PR solve?
Bump the
ghcr.io/pingcap-qe/bases/pingcap-basebase image from v1.11.4 to v1.12.3 (digest-pinned) inimage/Dockerfile. This is a routine base-image refresh, picking up the latest base image releases to stay in sync with the other branches.What is changed and how does it work?
No operator code changes. Only the five
FROMlines ofimage/Dockerfileare updated.The tag moves
v1.11.4->v1.12.3and the digest is re-pinned to the v1.12.3 manifest-list digest (sha256:eee0c7a72ce382ec2bca340c6ab4c996e56a5d9deb3745ebcbe43d65bec86b88), obtained from the ghcr.io registry (anonymous token +Docker-Content-Digestheader on the manifest-list media type). This matches the digest-pinning convention used in previous bumps (#6997, #7006, #7026).Code changes
Tests
Local verification:
git diffshows exactly the fiveFROMlines changed, nothing else.3ba8...) previously pinned in this file matches the same query against the v1.11.4 tag, confirming the digest type is consistent.Side effects
Related changes
No cherry-pick is required: counterpart PRs covering all currently maintained release branches are opened directly (release-1.x (#7040), release-1.6 (#7041), main (#7038)).
Release Notes