Bug 1676978 - Default Machine images do not provide git rpm to run builds
Summary: Default Machine images do not provide git rpm to run builds
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: RHCOS
Version: 4.1.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Steve Milner
QA Contact: Micah Abbott
URL:
Whiteboard:
Depends On:
Blocks: 1664187
TreeView+ depends on / blocked
 
Reported: 2019-02-13 17:34 UTC by Ravi Trivedi
Modified: 2019-03-12 14:27 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-02-13 17:53:19 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.