Skip to content

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

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

Merged
merged 1 commit into from
Apr 25, 2023

Conversation

tianon
Copy link
Member

@tianon tianon commented Apr 25, 2023

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

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.
@yosifkit yosifkit merged commit 2884d49 into docker-library:master Apr 25, 2023
@yosifkit yosifkit deleted the git-dind branch April 25, 2023 22:39
docker-library-bot added a commit to docker-library-bot/official-images that referenced this pull request Apr 25, 2023
Changes:

- docker-library/docker@2884d49: Merge pull request docker-library/docker#423 from infosiftr/git-dind
- docker-library/docker@fcb9d85: Swap "git" variant to be "dind"-based in 23+
docker-library-bot added a commit to docker-library-bot/official-images that referenced this pull request Apr 26, 2023
Changes:

- docker-library/docker@d49ab87: Update 23.0 to 23.0.5
- docker-library/docker@2884d49: Merge pull request docker-library/docker#423 from infosiftr/git-dind
- docker-library/docker@fcb9d85: Swap "git" variant to be "dind"-based in 23+
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

Successfully merging this pull request may close these issues.

Cannot build with remote Git contexts using dind images
2 participants