-
Notifications
You must be signed in to change notification settings - Fork 242
Closed
Description
Because the base docker version was upgraded out of nowhere to v24 from V20, buildx has to be installed separately. That's a rather huge breaking change.
https://docs.docker.com/build/architecture/#install-buildx
Docker Engine version 23.0 and later requires that you install Buildx from a separate package.
To Reproduce
Steps to reproduce the behavior:
Add a new build project and set the image to cloud-sdk:432.0.0-slim
use the following to try and build any docker image:
export DOCKER_BUILDKIT=1
docker build .
See error:
ERROR: BuildKit is enabled but the buildx component is missing or broken.
Install the buildx component to build images with BuildKit:
https://docs.docker.com/go/buildx/
EDIT: Added the steps to reproduce the issue.
OsamaNabih, hotrush and myouju
Metadata
Metadata
Assignees
Labels
No labels