Skip to content
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

Deprecation warning. Buildx is recommended #4

Open
Kakadu opened this issue Sep 19, 2023 · 1 comment
Open

Deprecation warning. Buildx is recommended #4

Kakadu opened this issue Sep 19, 2023 · 1 comment

Comments

@Kakadu
Copy link
Contributor

Kakadu commented Sep 19, 2023

While building an image docker gives me the followoing warning.

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/

@mjambon

@mjambon
Copy link
Owner

mjambon commented Sep 19, 2023

Do you have some context for this? Do we have to do anything?

The docs for Buildx say:

Buildx is a CLI tool that provides a user interface for working with builds. Buildx is a drop-in replacement for the legacy build client used in earlier versions of Docker Engine and Docker Desktop. In newer versions of Docker Desktop and Docker Engine, you're using Buildx by default when you invoke the docker build command. In earlier versions, to build using Buildx you would use the docker buildx build command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants