gabrieldemarmiesse / python-on-whales

An awesome Python wrapper for an awesome Docker CLI!
MIT License
537 stars 100 forks source link

Buildx CLI shouldn't require secrets #609

Open LeulBM opened 1 month ago

LeulBM commented 1 month ago

The BuildxCLI build command requires the secrets argument to be set, but docker buildx build does not actually require a --secret flag to be set to successfully run. Making secrets optional would bring this behavior in line with the docker buildx build command

gabrieldemarmiesse commented 1 month ago

I'm open to a pull request in this direction :)