question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add 'asia.gcr.io' as an allowable docker source

See original GitHub issue

Per 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:closed
  • Created 5 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
Hornethcommented, Dec 6, 2018
0reactions
Hornethcommented, Dec 12, 2018
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found