Skip to content

Conversation

@upodroid
Copy link
Member

@upodroid upodroid commented Jan 6, 2026

multiarch/qemu-user-static:7.2.0-1 is no longer maintained and the correct approach described at https://docs.docker.com/build/building/multi-platform/#install-qemu-manually is to run docker run --privileged --rm tonistiigi/binfmt --install all

Also, I updated our Cloud Build docs and removed the simple build example as it doesn't follow best practices.

Now, all you need to do is use our image with the default entrypoint and docker build --platform linux/amd64,linux/arm64,linux/s390x,linux/ppc64le -t foo/bar --push . will work without any additional commands.

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Jan 6, 2026
@k8s-ci-robot k8s-ci-robot requested a review from dims January 6, 2026 09:32
@k8s-ci-robot k8s-ci-robot added the area/config Issues or PRs related to code in /config label Jan 6, 2026
@k8s-ci-robot k8s-ci-robot requested a review from xmudrii January 6, 2026 09:32
@k8s-ci-robot k8s-ci-robot added area/images approved Indicates a PR has been approved by an approver from all required OWNERS files. area/jobs sig/testing Categorizes an issue or PR as relevant to SIG Testing. labels Jan 6, 2026
Comment on lines +121 to +122
- --project=k8s-staging-images
- --scratch-bucket=gs://k8s-staging-images-gcb
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this now same for all projects? Or is it supposed to be changed per project?

Copy link
Member

@xmudrii xmudrii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jan 8, 2026
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: upodroid, xmudrii

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit 7f313c3 into kubernetes:master Jan 8, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. area/config Issues or PRs related to code in /config area/images area/jobs cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. sig/testing Categorizes an issue or PR as relevant to SIG Testing. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants