GoogleContainerTools / GoogleContainerTools/skaffold
Support building securely against remote buildkitd
Open
area/build
build/docker
kind/feature-request
priority/p2
- Dominant language
- Go
- Stars
- 15.9k
- Forks
- 1.7k
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 10
Description
While skaffold supports building against a remote exposed docker, it is also extremely insecure.
https://github.com/moby/buildkit#expose-buildkit-as-a-tcp-service
Buildkitd supports exposing itself directly via mTLS, I currently use `buildctl` in my CI to build containers against it quickly.
It would be great if skaffold supported building against a remote buildkitd with mTLS.
Contributor guide
Assessment
This issue has not been assessed yet.