docker / buildx

Docker CLI plugin for extended build capabilities with BuildKit
Apache License 2.0
3.58k stars 482 forks source link

Why doesn't buildx support parameters like registry.insecure=true? #2743

Open gitfxx opened 1 month ago

gitfxx commented 1 month ago

I hope to quickly set parameters like registry.insecure=true for buildx, similar to buildkit, allowing pushes to insecure HTTPS/HTTP registries without needing to configure a file. Why is this not supported? Are there technical difficulties?