I have tried to push a Docker Image to "gcr" Registry programmatically. The "gcloud docker --authorize-only" gives me a short - live authentication.
How can I perform authentication using python gcloud API without shell execution?
I have tried to push a Docker Image to "gcr" Registry programmatically. The "gcloud docker --authorize-only" gives me a short - live authentication.
How can I perform authentication using python gcloud API without shell execution?