Skip to content

Github action fails to build images on the main branch #3449

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
tlk opened this issue Apr 12, 2025 · 0 comments · May be fixed by #3450
Open

Github action fails to build images on the main branch #3449

tlk opened this issue Apr 12, 2025 · 0 comments · May be fixed by #3450

Comments

@tlk
Copy link

tlk commented Apr 12, 2025

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

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

The platforms are listed in:

- image: executor
target: kaniko-executor
platforms: linux/amd64,linux/arm64,linux/s390x,linux/ppc64le
image-name: gcr.io/kaniko-project/executor
tag: ${{ github.sha }}
release-tag: latest
- image: executor-debug
target: kaniko-debug
platforms: linux/amd64,linux/arm64,linux/s390x
image-name: gcr.io/kaniko-project/executor
tag: ${{ github.sha }}-debug
release-tag: debug
- image: executor-slim
target: kaniko-slim
platforms: linux/amd64,linux/arm64,linux/s390x,linux/ppc64le
image-name: gcr.io/kaniko-project/executor
tag: ${{ github.sha }}-slim
release-tag: slim
- image: warmer
target: kaniko-warmer
platforms: linux/amd64,linux/arm64,linux/s390x,linux/ppc64le
image-name: gcr.io/kaniko-project/warmer
tag: ${{ github.sha }}
release-tag: latest

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.

@tlk tlk changed the title Github action fail to build images on the main branch Github action fails to build images on the main branch Apr 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant