genuinetools / img

Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.
https://blog.jessfraz.com/post/building-container-images-securely-on-kubernetes/
MIT License
3.88k stars 230 forks source link

Support for buildkitd.toml config? #290

Open emonty opened 4 years ago

emonty commented 4 years ago

Is there any support for passing buildkitd.toml config in to img? Most notably the registry mirror config, since buildkit itself supports that, but it doesn't seem like img reads /etc/buildkit/buildkitd.toml (which makes sense, given that img is not buildkitd).