-
Notifications
You must be signed in to change notification settings - Fork 328
Open
Labels
help wantedopenshiftIssues that are relevant to openshift images as a whole, not specific to the s2i-python-containerIssues that are relevant to openshift images as a whole, not specific to the s2i-python-container
Description
Using the 3.6 S2I container, pip needs to pull a dependency from a private git repo as specified in my requirements.txt, e.g:
git+ssh://[email protected]:github-user/githib-repo.git@some_tag
The same SSH key source secret that the OpenShift build is presently using to pull the application source code also permits access to this dependency, however the git+ssh clone is failing:
Collecting git+ssh://[email protected]:github-user/githib-repo.git@some_tag (from -r requirements.txt (line 9))
Cloning ssh://[email protected]:github-user/githib-repo.git@some_tag (to some_tag) to /tmp/pip-7tf7baqk-build
ssh: Could not resolve hostname github.organization.org: Name or service not known
fatal: Could not read from remote repository.
Is there anything I can do that would allow pip to make use of the same SSH key source secret used to clone my app code when installing requirements.txt dependencies?
Thanks.
Metadata
Metadata
Assignees
Labels
help wantedopenshiftIssues that are relevant to openshift images as a whole, not specific to the s2i-python-containerIssues that are relevant to openshift images as a whole, not specific to the s2i-python-container
Type
Projects
Status
No status