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
After 2.11 release compose builds works via moby/buildkit:buildx-stable-1 to support multiplatform build
But when I dont use this feature (build for local platform (x86 in my way)) i also need to download moby/buildkit:buildx-stable-1 image, start container, build my images, then export to docker back.
Is it have any parameter to disable moby/buildkit:buildx-stable-1 and return back to pre-2.11 behaviour for single-platform build?
botanegg
changed the title
Return pre 2.10 behavior around moby/buildkit:buildx-stable-1 image
Return pre 2.11 behavior around moby/buildkit:buildx-stable-1 image
Oct 25, 2022
Description
After 2.11 release compose builds works via moby/buildkit:buildx-stable-1 to support multiplatform build
But when I dont use this feature (build for local platform (x86 in my way)) i also need to download moby/buildkit:buildx-stable-1 image, start container, build my images, then export to docker back.
Is it have any parameter to disable moby/buildkit:buildx-stable-1 and return back to pre-2.11 behaviour for single-platform build?
2.11 breaks regular user scenarios #9856 (comment)
The text was updated successfully, but these errors were encountered: