Changed to imagestreamtag reference for autobuilds

This commit is contained in:
sspeiche 2015-06-04 17:01:49 -04:00
parent eb77275fb8
commit a3467b881b

View file

@ -5,7 +5,7 @@
"name": "nodejs-example", "name": "nodejs-example",
"creationTimestamp": null, "creationTimestamp": null,
"annotations": { "annotations": {
"description": "Node.js example in OpenShift 3", "description": "Node.js example that responds with information about server.",
"iconClass": "icon-nodejs", "iconClass": "icon-nodejs",
"tags": "instant-app,nodejs" "tags": "instant-app,nodejs"
} }
@ -119,8 +119,8 @@
"type": "Source", "type": "Source",
"sourceStrategy": { "sourceStrategy": {
"from": { "from": {
"kind": "DockerImage", "kind": "ImageStreamTag",
"name": "openshift/nodejs-010-centos7:latest" "name": "nodejs-010-centos7:latest"
}, },
"incremental": true "incremental": true
} }
@ -163,6 +163,7 @@
"nodejs-example" "nodejs-example"
], ],
"from": { "from": {
"kind": "ImageStreamTag",
"name": "nodejs-example:latest" "name": "nodejs-example:latest"
}, },
"lastTriggeredImage": "" "lastTriggeredImage": ""
@ -228,7 +229,7 @@
} }
], ],
"labels": { "labels": {
"template": "application-template-stibuild" "template": "nodejs-example"
} }
} }