OpenShift Image and ImageStream Operations: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 13: | Line 13: | ||
oc login -u system:admin | oc login -u system:admin | ||
oc create -f ./jboss-image-streams.json -n openshift | oc create -f ./jboss-image-streams.json -n openshift | ||
=a= | =a= |
Revision as of 16:12, 1 November 2017
Internal
Overview
Create an Image Stream
The following procedure will create a image stream named "" in the "openshift" project.
An example of image stream definition file is available at https://raw.githubusercontent.com/jboss-openshift/application-templates/master/jboss-image-streams.json. A version is also available here: OpenShift JBoss ImageStream Definition Example.
oc login -u system:admin oc create -f ./jboss-image-streams.json -n openshift