Migrate multi-arch Docker builds to GitHub Actions#10203
Open
DeathGun44 wants to merge 1 commit intobesu-eth:mainfrom
Open
Migrate multi-arch Docker builds to GitHub Actions#10203DeathGun44 wants to merge 1 commit intobesu-eth:mainfrom
DeathGun44 wants to merge 1 commit intobesu-eth:mainfrom
Conversation
Signed-off-by: Krishna Mewara <krishnamewara841@gmail.com>
60d6d8c to
40c70c0
Compare
10 tasks
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.
PR description
Following up on Discord discussion with Simon, this PR introduces a standalone GitHub Actions workflow (
.github/workflows/docker-publish.yml) to handle multi-arch Docker builds and publishing, made by first understanding the architecture used by web3signer.Architecture
ubuntu-latest(amd64) +besu-arm64(arm64) — no QEMU emulationpush-by-digest=trueduring matrix build; manifest job assembles viadocker buildx imagetools createwith immutable@sha256refs — correctly handles OCI indices on Docker 29's containerd image storecache-from/cache-toscoped per arch; write-once on the test-load step, read-only on the push stepcontents: readper jobCo-existence
No Gradle tasks were removed or modified. This workflow runs in parallel with
develop.ymlanddraft-release.ymlduring the transition period. Follow-up PRs will deprecate the legacy pipeline once this is proven stable.Fixed Issue(s)
fixes #9818
Thanks for sending a pull request! Have you done the following?
doc-change-requiredlabel to this PR if updates are required — no doc changes required, CI-only workflow addition