I found buildkit in /var/lib/docker/buildkit, was wondering if it is installed for use.
Tried: export DOCKER_BUILDKIT=1; and docker build buildx... and got
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/
When I run docker build... I get:
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/
Do I have to uninstall Docker and reinstall with Buildkit to get rid of the deprecation?
I think because Fedora ships with Podman and Buildah, what you’re seeing as buildkit is the replacement used for Buildah. @dustymabe is probably the best person to ask about this.
@alys@hamrheadcorvette - well it looks like buildah is a front-end to podman. The images/containers are in the same location. I use the portainer.io web front-end to manage my containers. Portainer only works with docker build that is why I was staying away from podman. Will continue with docker until it completely fails.
@alys@hamrheadcorvette@dustymabe Thanks all, I just discovered Podman Desktop on flatpak. Can now start using podman and it supports Docker. The io.portainer community is developing a podman hook.