-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[v0.11] Backport CVE-2024-23653 #4638
Conversation
Running interactive container APIs was done by giving the gateway implementation access to worker controller directly, but it should be passed with a build job instead. Signed-off-by: Tonis Tiigi <[email protected]> (cherry picked from commit 0971dffaab93d91e51af984b44c745b35b3c5b4d) (cherry picked from commit 0c5daa2)
Ensure interactive calls validate same conditions that the build requests do. Refactor of the build side is to ensure we use the same validation function for both cases. There was no validation issue with the LLB validation. Signed-off-by: Tonis Tiigi <[email protected]> (cherry picked from commit d1970522d7145be5f4a1f1a028b1910bb527126c) (cherry picked from commit 65c3c9c)
- moby/buildkit#4638 - moby/buildkit#4639 - moby/buildkit#4640 additionally change the version in builder/builder-next/worker/worker.go and adjust calls to NewGatewayFrontend() in builder/builder-next (Worker is no longer implementing the correct interface)
https://github.com/moby/buildkit/blob/master/PROJECT.md#feature-releases |
- moby/buildkit#4638 - moby/buildkit#4639 - moby/buildkit#4640 additionally change the version in builder/builder-next/worker/worker.go and adjust calls to NewGatewayFrontend() in builder/builder-next (Worker is no longer implementing the correct interface). Signed-off-by: Dan Čermák <[email protected]> Signed-off-by: Aleksa Sarai <[email protected]>
- moby/buildkit#4638 - moby/buildkit#4639 - moby/buildkit#4640 additionally change the version in builder/builder-next/worker/worker.go and adjust calls to NewGatewayFrontend() in builder/builder-next (Worker is no longer implementing the correct interface). Signed-off-by: Dan Čermák <[email protected]> Signed-off-by: Aleksa Sarai <[email protected]>
- moby/buildkit#4638 - moby/buildkit#4639 - moby/buildkit#4640 additionally change the version in builder/builder-next/worker/worker.go and adjust calls to NewGatewayFrontend() in builder/builder-next (Worker is no longer implementing the correct interface). Signed-off-by: Dan Čermák <[email protected]> Signed-off-by: Aleksa Sarai <[email protected]>
This is a backport of #4602 to v0.11