Skip to content

Buildx missing #331

@pfuhrmann

Description

@pfuhrmann

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions