build: update all hashes after eve-alpine-base rebuild for Alpine 3.22#5746
Closed
rucoder wants to merge 1 commit intolf-edge:masterfrom
Closed
build: update all hashes after eve-alpine-base rebuild for Alpine 3.22#5746rucoder wants to merge 1 commit intolf-edge:masterfrom
rucoder wants to merge 1 commit intolf-edge:masterfrom
Conversation
b742254 to
75fe892
Compare
-run ./tools/bump_dockerfiles.pl script recursively several times Signed-off-by: Mikhail Malyshev <mike.malyshev@gmail.com>
5403a7e to
4ecfdea
Compare
7 tasks
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #5746 +/- ##
==========================================
+ Coverage 19.52% 28.34% +8.81%
==========================================
Files 19 18 -1
Lines 3021 2417 -604
==========================================
+ Hits 590 685 +95
+ Misses 2310 1588 -722
- Partials 121 144 +23 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Author
|
Close in favor of #5730 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Update all Dockerfile references recursively to use the new
eve-alpineimage rebuilt from theeve-alpine-basethat now includes all three platforms (amd64, arm64, riscv64).The previous
eve-alpine-baseimage was missing riscv64, which was lost during the Alpine 3.22 migration. The bootstrap workflow (merged in #5741) rebuilt it with all platforms. This PR propagates the new hashes to allconsumer Dockerfiles.
Known issue:
pkg/alpine/Dockerfileshould ideally useeve-alpineas its own base image (so all packages are installed from the local mirror and not fetched from the network). However, this circular dependency is currently broken because the Go installation step (ADD go.tar.gz) fails when bootstrapping from the same image. For now,eve-alpine-baseis used as the base instead.How to test and validate this PR
no match for platform in manifestChangelog notes
No user-facing changes.
PR Backports
Checklist
I've provided a proper description
I've added the proper documentation
I've tested my PR on amd64 device
I've tested my PR on arm64 device
I've written the test verification instructions
I've set the proper labels to this PR
I've checked the boxes above, or I've provided a good reason why I didn't
check them.