OpenShift Image and ImageStream Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * OpenShift Operations =Overview=")
 
Line 4: Line 4:


=Overview=
=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

Revision as of 16:10, 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