docker-py icon indicating copy to clipboard operation
docker-py copied to clipboard

auth_config build function support

Open Chuseuiti opened this issue 5 years ago • 2 comments

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

Chuseuiti avatar Aug 19 '20 06:08 Chuseuiti

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

Chuseuiti avatar Aug 20 '20 19:08 Chuseuiti

On my comment on automated styling there are some Github tools that may help https://github.com/marketplace/restyled-io

Chuseuiti avatar Sep 09 '20 21:09 Chuseuiti