summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/files/examples/image-streams/image-streams-centos7.json
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2015-07-24 14:44:42 -0400
committerBrenton Leanhardt <bleanhar@redhat.com>2015-07-24 14:44:42 -0400
commitcd46a239484bb67c29cdffdad01f467183ff9653 (patch)
treec0a8845cc82438318e21fa9712b2fede3860c11f /roles/openshift_examples/files/examples/image-streams/image-streams-centos7.json
parentd926c3f12fee5f63debd129498b7f91767e52451 (diff)
parentc48affb811a70cf3e5b7dc9029577d26da4f0de7 (diff)
downloadopenshift-cd46a239484bb67c29cdffdad01f467183ff9653.tar.gz
openshift-cd46a239484bb67c29cdffdad01f467183ff9653.tar.bz2
openshift-cd46a239484bb67c29cdffdad01f467183ff9653.tar.xz
openshift-cd46a239484bb67c29cdffdad01f467183ff9653.zip
Merge pull request #390 from sdodson/updated-examples
Updated examples content
Diffstat (limited to 'roles/openshift_examples/files/examples/image-streams/image-streams-centos7.json')
-rw-r--r--roles/openshift_examples/files/examples/image-streams/image-streams-centos7.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/roles/openshift_examples/files/examples/image-streams/image-streams-centos7.json b/roles/openshift_examples/files/examples/image-streams/image-streams-centos7.json
index 712a43a11..459b841c1 100644
--- a/roles/openshift_examples/files/examples/image-streams/image-streams-centos7.json
+++ b/roles/openshift_examples/files/examples/image-streams/image-streams-centos7.json
@@ -251,6 +251,29 @@
}
]
}
+ },
+ {
+ "kind": "ImageStream",
+ "apiVersion": "v1beta3",
+ "metadata": {
+ "name": "jenkins",
+ "creationTimestamp": null
+ },
+ "spec": {
+ "dockerImageRepository": "openshift/jenkins-16-centos7",
+ "tags": [
+ {
+ "name": "latest"
+ },
+ {
+ "name": "1.6",
+ "from": {
+ "Kind": "ImageStreamTag",
+ "Name": "latest"
+ }
+ }
+ ]
+ }
}
]
}