gabrieldemarmiesse / python-on-whales

An awesome Python wrapper for an awesome Docker CLI!
MIT License
565 stars 104 forks source link

Buildx CLI shouldn't require secrets #609

Open LeulBM opened 4 months ago

LeulBM commented 4 months 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 4 months ago

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