You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
buildx failed with: ERROR: failed to solve: debian:bullseye-slim: failed to resolve source metadata for docker.io/library/debian:bullseye-slim: no match for platform in manifest: not found
I noticed that the build-images jobs failed on the recent merge to the main branch.
From https://github.com/GoogleContainerTools/kaniko/actions/runs/14408645654
The platforms are listed in:
kaniko/.github/workflows/images.yaml
Lines 36 to 62 in 3cf227e
However, the Docker Official Images no longer supports s390x and ppc64le platforms for Debian Bullseye.
I suggest upgrading to Debian Bookworm where the Docker Official Images support all required platforms.
The text was updated successfully, but these errors were encountered: