-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
It fails to push the manifest with:
Digest: sha256:38a6abaa6c3c1eaa84702d575cf332f4fc1ab6d331ba58659cc210d6bb3a5a1a
Status: Downloaded newer image for fedorapython/fedora-python-tox:amd64
docker.io/fedorapython/fedora-python-tox:amd64
amd64-f42: Pulling from fedorapython/fedora-python-tox
Digest: sha256:38a6abaa6c3c1eaa84702d575cf332f4fc1ab6d331ba58659cc210d6bb3a5a1a
Status: Downloaded newer image for fedorapython/fedora-python-tox:amd64-f42
docker.io/fedorapython/fedora-python-tox:amd64-f42
Error response from daemon: no matching manifest for linux/amd64 in the manifest list entries: no match for platform in manifest: not found
It seems that the linux/amd64 is no longer a single platform build but it's a manifest itself:
podman manifest inspect fedorapython/fedora-python-tox:amd64
{
"schemaVersion": 2,
"mediaType": "application/vnd.oci.image.index.v1+json",
"manifests": [
{
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"size": 864,
"digest": "sha256:a956d17830fe29721a770ad11837599d0faf4b69c4024edb56847daf26afd39c",
"platform": {
"architecture": "amd64",
"os": "linux"
}
},
{
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"size": 566,
"digest": "sha256:757b8427b19da67dc660a257b3ecb26670ea9f6a9c9add7eb461dece263cd53b",
"platform": {
"architecture": "unknown",
"os": "unknown"
},
"annotations": {
"vnd.docker.reference.digest": "sha256:a956d17830fe29721a770ad11837599d0faf4b69c4024edb56847daf26afd39c",
"vnd.docker.reference.type": "attestation-manifest"
}
}
]
}
I have to take a look at what happened.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels