Skip to content
This repository has been archived by the owner on Mar 30, 2020. It is now read-only.

Update examples to handle domain-scoped Cloud projects #24

Open
mbookman opened this issue Apr 12, 2016 · 0 comments
Open

Update examples to handle domain-scoped Cloud projects #24

mbookman opened this issue Apr 12, 2016 · 0 comments

Comments

@mbookman
Copy link
Contributor

As noted here:

https://cloud.google.com/container-registry/docs/#pushing_to_the_registry

If your project ID has the form example.com:foo-bar, with Docker 1.8+ use:

gcr.io/example.com/foo-bar/...

To support domain-scoped projects, we should sweep the examples and update lines like:

'imageName': 'gcr.io/%s/fastqc' % args.project,

to:

'imageName': 'gcr.io/%s/fastqc' % args.project.replace(':', '/'),

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant