Add 'asia.gcr.io' as an allowable docker source
See original GitHub issuePer https://cloud.google.com/container-registry/docs/pushing-and-pulling:
The four options are:
gcr.io hosts the images in the United States, but the location may change in the future us.gcr.io hosts the image in the United States, in a separate storage bucket from images hosted by gcr.io eu.gcr.io hosts the images in the European Union asia.gcr.io hosts the images in Asia
Cromwell today would appear to support the first three but not the last, asia.gcr.io
.
The place in code that seems to be at fault is: https://github.com/broadinstitute/cromwell/blob/develop/dockerHashing/src/main/scala/cromwell/docker/registryv2/flows/gcr/GoogleFlow.scala#L20
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Running containers on instances | Container-Optimized OS
In the /etc/default/docker file, add the registry-mirror option for the registry (for example, https://mirror.gcr.io ):. echo 'DOCKER_OPTS="--registry-mirror= ...
Read more >docker pull - Docker Documentation
Docker uses the https:// protocol to communicate with a registry, unless the registry is allowed to be accessed over an insecure connection.
Read more >Airflow pull docker image from private google container ...
Everything seems ok, but I can't figure out how to pull an image from a private google docker container repository. I tried adding...
Read more >Run Docker on GCP Compute Instance VMs - Pascal Landau
Run Docker on GCP Compute Instance VMs · click "ADD KEY" and select "Create new key" from the drop down menu. This will...
Read more >Publish a Docker container image to Google ... - Terra Support
Learn how to create and use a public or private Google Container Registry (GCR) Docker image from inside Terra. This guide is useful...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I will likely fix this as part of https://github.com/broadinstitute/cromwell/issues/4352
Done with https://github.com/broadinstitute/cromwell/pull/4472