Bug 1676978

Summary: Default Machine images do not provide git rpm to run builds
Product: OpenShift Container Platform Reporter: Ravi Trivedi <travi>
Component: RHCOSAssignee: Steve Milner <smilner>
Status: CLOSED NOTABUG QA Contact: Micah Abbott <miabbott>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 4.1.0CC: bbreard, bparees, dustymabe, erich, imcleod, jligon, nstielau
Target Milestone: ---   
Target Release: ---   
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: 2019-02-13 17:53:19 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:
Bug Depends On:    
Bug Blocks: 1664187    

Comment 1 Ben Parees 2019-02-13 17:53:19 UTC
Git is expected(though not required) to be installed on the client machine where you are running "oc new-app".

No one should be using an rhcos machine as their client machine for invoking oc new-app, so installing git on it is inappropriate.

oc new-app is a developer facing tool.

Comment 3 Ben Breard 2019-02-13 18:14:59 UTC
I completely agree with Ben here.

Once our images move to UBI, this  will partially help w/ repos, but it will only have a subset of content and I don't believe git is included. As a workaround, toolbox can use the rhel-tools container.

create ~/.toolboxrc
REGISTRY=registry.redhat.io
IMAGE=rhel7/rhel-tools:latest