Builder instance with ipv6
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 4.5k
- Forks
- 682
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 29
Description
I have configured docker to use ipv6 (as explained here https://docs.docker.com/config/daemon/ipv6/ ), but when creating a builder instance with the docker-container driver it does not have ipv6 enabled. (net.ipv6.conf.all.disable_ipv6 = 1 from sysctl) Workaround was to use host mode, but want to avoid this. Is there any other way to enable ipv6 inside the builder (and buildkitsandbox)? If it helps i only need ipv6 on loopback.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing a docker-container builder with Docker daemon IPv6 enabled and compare it with host mode. Investigate how the builder and buildkit sandbox configure networking and whether loopback IPv6 can be enabled without host mode. Done means the builder has IPv6 enabled without requiring host networking.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, go
- Domain
- build-system, devops
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100