Merged
Conversation
Attempt to fix CI Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
macfarla
approved these changes
Feb 17, 2026
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.
Attempt to fix CI
Since https://github.com/hyperledger/besu/actions/runs/21971865415/job/63792916929 the manifestDocker task has been broken.
Comparing to last successful run: https://github.com/hyperledger/besu/actions/runs/21936617233/job/63352108687
You can see the github runner was upgraded (20260201.24.1 -> 20260209.31.1), which included upgrading docker to 29.
Chain of events:
distDockertasks'sdocker buildnow adds provenance attestations by defaultdockerUploadtask's docker push pushes an OCI index instead of a single image manifestmanifestDockerCreaterejects OCI indices as source imagesCan confirm this with:
compared to:
--provenance=falseshoudl return behaviour to before the upgrade.Relevant thread docker/buildx#1509 (comment)
Will open an issue to consider supporting provenance which is a bigger change.