docker-library / docker

Docker Official Image packaging for Docker
Apache License 2.0
1.14k stars 582 forks source link

Swap "git" variant to be "dind"-based in 23+ #423

Closed tianon closed 1 year ago

tianon commented 1 year ago

Historically, docker build git://... would invoke git in the client context, but buildx does so in the daemon context instead, and given that it is the default in 23+, let's adjust the git-including variant to be dind-based to simplify this for users who desire the 50MiB+ increase this workflow requires.

Fixes #422 Closes #295