Bug 1751738

Summary: Git clone via git:// protocol fails behind a proxy
Product: OpenShift Container Platform Reporter: Adam Kaplan <adam.kaplan>
Component: BuildAssignee: Adam Kaplan <adam.kaplan>
Status: CLOSED DEFERRED QA Contact: wewang <wewang>
Severity: low Docs Contact:
Priority: unspecified    
Version: 4.2.0CC: aos-bugs, wzheng
Target Milestone: ---   
Target Release: 4.4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-04-17 13:12:44 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Adam Kaplan 2019-09-12 13:22:19 UTC
Description of problem:
Git clone operations fail in builds running behind a proxy if the source URI's use the `git://` or `ssh://` scheme

Version-Release number of selected component (if applicable): 4.2.0


How reproducible: Always


Steps to Reproduce:
1. Configure OpenShift to run behind a proxy
2. Create a BuildConfig which clones source via `git://`
3. Start a build for the build config

Actual results:
Build fails on GitClone


Expected results:
Build can clone source code and succeed.


Additional info:
Originally identified in https://bugzilla.redhat.com/show_bug.cgi?id=1747937

Comment 1 Adam Kaplan 2019-11-07 20:10:09 UTC
Moving low priority 4.x bugs to 4.4.0

Comment 2 Adam Kaplan 2020-04-17 13:12:44 UTC
This is being worked as features in JIRA [1][2] - underlying root issue is related to the version of Git installed in the builder's base image.

[1] https://issues.redhat.com/browse/DEVEXP-440
[2] https://issues.redhat.com/browse/DEVEXP-438