Files
docker-cli/cli/command/image
Sebastiaan van Stijn bce65f0edc builder: simplify error generation, and rephrase error/warning
With this change:

    echo 'FROM busybox' | DOCKER_BUILDKIT=1 docker build -
    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/

    echo 'FROM busybox' | docker build -
    DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
                Install the buildx component to build images with BuildKit:
                https://docs.docker.com/go/buildx/

    Sending build context to Docker daemon  2.048kB
    ...

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-02-03 10:38:05 +01:00
..
2021-12-07 14:50:22 +01:00
2022-02-03 10:38:05 +01:00
2018-05-11 16:49:43 -07:00
2018-12-10 16:48:59 +00:00
2018-12-19 13:48:41 +01:00
2020-01-28 16:21:06 +01:00
2018-05-11 16:49:43 -07:00
2018-05-11 16:49:43 -07:00
2020-01-28 16:21:06 +01:00