Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check for repository with 'https://' scheme #367

Merged
merged 1 commit into from
Jan 27, 2016

Conversation

nakedpony
Copy link
Contributor

Judging the docs the name of the image contains the registry host rather then the full url.
For ex.: my.super.registry.com:443/images

But in the config.json there is usually full address with the http scheme:

{
  "auths": {
    "https://my.super.registry.com": {
      "auth": "my_auth",
      "email": "none"
    }
  }
}

@rhuss
Copy link
Collaborator

rhuss commented Jan 27, 2016

Thanks a lot :)

rhuss added a commit that referenced this pull request Jan 27, 2016
Check for repository with 'https://' scheme
@rhuss rhuss merged commit 84c6223 into fabric8io:master Jan 27, 2016
rhuss added a commit that referenced this pull request Jan 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants