Open
Conversation
On Raspberry Pi, getting "no matching manifest for linux/arm64/v8".
Inspecting the image shows "linux/amd64" for platform.
Passing the platform explicitly may fix the label.
Args pulled from Dockerfile.bn.arm / amd64's FROM line
```
% docker buildx imagetools inspect statusim/nimbus-eth2:arm64-v26.2.0
Name: docker.io/statusim/nimbus-eth2:arm64-v26.2.0
MediaType: application/vnd.oci.image.index.v1+json
Digest: sha256:fba54e145337bb56dcd16c175828f918707debf501bd7a9facc7d48dc1f08dcb
Manifests:
Name: docker.io/statusim/nimbus-eth2:arm64-v26.2.0@sha256:7475774de4a8d5bbcce6e28de7689aac146b81ce8af3a5447b164fef7e1a5f60
MediaType: application/vnd.oci.image.manifest.v1+json
Platform: linux/amd64
Name: docker.io/statusim/nimbus-eth2:arm64-v26.2.0@sha256:86e5723b040a52a3a4588d93b515848dd94fa325733346b20e14978475590475
MediaType: application/vnd.oci.image.manifest.v1+json
Platform: unknown/unknown
Annotations:
vnd.docker.reference.type: attestation-manifest
vnd.docker.reference.digest: sha256:7475774de4a8d5bbcce6e28de7689aac146b81ce8af3a5447b164fef7e1a5f60
```
Contributor
|
Going to do this separately, as a |
Contributor
|
Also means it can't be a PR. |
Contributor
Author
Contributor
|
Done in b3a3f3f |
Contributor
|
Merge conflict. |
Contributor
|
Updating to an looks likely to fix the jenkins/nimbus-eth2/linux/x86_64/nix CI failure. |
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.

On Raspberry Pi, getting "no matching manifest for linux/arm64/v8". Inspecting the image shows "linux/amd64" for platform. Passing the platform explicitly may fix the label. Args pulled from Dockerfile.bn.arm / amd64's FROM line