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

Fix podman login in various ways #334

Merged
merged 1 commit into from
Oct 1, 2018

Conversation

cgwalters
Copy link
Member

  • Use set +x again so we stop echoing to the log
  • Drop the pull-mount-oscontainer copy of this code
  • Change the API to accept CREDS directly and parse it inside
    the API to avoid duplicating that
  • Also change the API to accept a container name, and parse
    the registry bit out of that so we only need to juggle a
    container image name

 - Use `set +x` again so we stop echoing to the log
 - Drop the pull-mount-oscontainer copy of this code
 - Change the API to accept CREDS directly and parse it inside
   the API to avoid duplicating that
 - Also change the API to accept a container name, and parse
   the registry bit out of that so we only need to juggle a
   container image name
@openshift-ci-robot openshift-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Oct 1, 2018
@yuqi-zhang
Copy link
Contributor

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Oct 1, 2018
@openshift-merge-robot openshift-merge-robot merged commit a0764af into openshift:master Oct 1, 2018
miabbott added a commit to miabbott/os that referenced this pull request Oct 1, 2018
In openshift#334, we changed to do the registry login outside of the
`pull-mount-oscontainer` script, so that we only require two arguments
to the script now.  So change the invocation accordingly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm Indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants