Uploaded image for project: 'Funtoo Linux'
  1. Funtoo Linux
  2. FL-11540

harvester docker ebuilds don't install docker-buildx plugin

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Important (Ebuild) Important (Ebuild)
    • None
    • None
    • Hide
      $ emerge docker
      $ rc-config docker start
      ( ... then in a directory containing a valid Dockerfile ... )
      $ DOCKER_BUILDKIT=1 docker build .
      Show
      $ emerge docker $ rc-config docker start ( ... then in a directory containing a valid Dockerfile ... ) $ DOCKER_BUILDKIT=1 docker build .
    • Dockerfiles that make use of new capabilities in buildx do not build.
    • The buildx plugin has become incoporated into docker and is supposed to be built and installed with it. (Even the code for docker-buildx at github depends on its existence to build it!) Current ebuilds don't install it.

      The docker-buildx plugin used to be activated by DOCKER_BUILDKIT=1 as an extra feature.  Now it has been incorporated into docker and will become the default builder, as the old one is deprecated.  Docker assumes that docker-buildx is installed with it.  The current ebuilds in harvester do not include it.

            siris siris
            cuantar cuantar
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: