-
Notifications
You must be signed in to change notification settings - Fork 159
Update buildkit version from 0.10.6 -> 0.11.3 #1218
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
Update buildkit version from 0.10.6 -> 0.11.3 #1218
Conversation
Skipping CI for Draft Pull Request. |
/retest |
We had to pin to buildkit 0.10.x because of some issues impacting our multiarch build flow: #1127 |
I think the issue we pinned it for (moby/moby#43126) was resolved in Docker 23.0.0 (docker/cli#3990): https://github.com/docker/cli/releases/tag/v23.0.0 The currently builder image for the ci-windows integration test is "gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230406-23cb1879e3-master", which has "Docker version 23.0.1, build a5ee5b1" So I think the original OCI issue should be resolved anyway, and we can upgrade Buildkit past 0.11.0 Additionally, the Windows build is currently failing anyway (https://testgrid.k8s.io/provider-gcp-compute-persistent-disk-csi-driver#ci-windows-2019-provider-gcp-compute-persistent-disk-csi-driver), so I don't see the harm in making this change to fix the general integration test (at least we can unblock developers). |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: msau42, pwschuurman The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
…218-upstream-release-1.10 Automated cherry pick of #1218: Update buildkit version from 0.10.6 -> 0.11.3
…218-upstream-release-1.9 Automated cherry pick of #1218: Update buildkit version from 0.10.6 -> 0.11.3
What type of PR is this?
/kind failing-test
What this PR does / why we need it:
This updates the buildkit version from 0.10.6 -> 0.11.3. Version 0.11.3 contains a caching fix, which appears to be contributing to failures of the integration test (https://github.com/moby/buildkit/releases/tag/v0.11.3).
Which issue(s) this PR fixes:
Fixes #1217
Does this PR introduce a user-facing change?: