Open abayer opened 3 years ago
I believe #57 is better - it avoids the erstwhile deprecated path completely, at the cost of having to run docker login ... once for each of gcr.io, us.gcr.io, eu.gcr.io, and asia.gcr.io, but in general that's fine.
docker login ...
gcr.io
us.gcr.io
eu.gcr.io
asia.gcr.io
I believe #57 is better - it avoids the erstwhile deprecated path completely, at the cost of having to run
docker login ...
once for each ofgcr.io
,us.gcr.io
,eu.gcr.io
, andasia.gcr.io
, but in general that's fine.