docker-compose icon indicating copy to clipboard operation
docker-compose copied to clipboard

Can we add buildx support?

Open hansbogert opened this issue 4 years ago • 4 comments

I'm starting to rely on docker buildx for its intermediate stages cache support, can we add buildx support to this image?

hansbogert avatar May 04 '21 13:05 hansbogert

What do you mean exactly? Can you provide a link? What is missing?

tmaier avatar May 04 '21 14:05 tmaier

sorry, I've been exposed to it too much. But it's an installed-by-default option for about any docker distribution (docker desktop, docker through APT/deb, etc), except when you use their own docker image.

Please see https://docs.docker.com/buildx/working-with-buildx/

hansbogert avatar May 04 '21 18:05 hansbogert

Hi @hansbogert,

I am undecided. Somehow I would like the users of this image to have a say in this. But that kind of voting feature does not exist.

Can you prepare a Pull Request so that we see the impact from image size perspective and if it works for all versions supported

tmaier avatar Jun 30 '21 18:06 tmaier

As a FYI, someone is working to get buildx and compose (docker compose v2) part of the official docker images. See https://github.com/docker-library/docker/pull/361

petski avatar May 09 '22 06:05 petski

@petski this is great news! I also tested it. It works.

This means we can deprecate this Docker image here. See 78b050b0dfadf5b328b891ac5945219f742b5d35

tmaier avatar Nov 01 '22 02:11 tmaier