docker-py
docker-py copied to clipboard
auth_config build function support
The goal of this PR is to allow the build function to support images relying on private registries as their base docker image layers, as in:
FROM private_image
On a side note, I ran autopep8 to deal with all the blank spaces but I wonder if this could be done automatically by the automation, it may help get PRs green faster. Attached the command:
autopep8 --select=W293 --in-place your_file.py
On my comment on automated styling there are some Github tools that may help https://github.com/marketplace/restyled-io