{
"kind": "List",
"apiVersion": "v1",
"metadata": {},
"items": [
{
"kind": "ImageStream",
"apiVersion": "v1",
"metadata": {
"name": "ruby-20-centos7-buildcli",
"creationTimestamp": null
},
"spec": {
"dockerImageRepository": "centos/ruby-22-centos7",
"tags": [
{
"name": "valid"
}
]
},
"status": {
"dockerImageRepository": ""
}
},
{
"kind": "BuildConfig",
"apiVersion": "v1",
"metadata": {
"name": "ruby-sample-build-validtag",
"creationTimestamp": null
},
"spec": {
"triggers": [
{
"type": "imageChange",
"imageChange": {}
}
],
"source": {
"type": "Git",
"git": {
"uri": "git://github.com/openshift/ruby-hello-world.git"
}
},
"strategy": {
"type": "Source",
"sourceStrategy": {
"from": {
"kind": "DockerImage",
"name": "centos/ruby-22-centos7"
},
"scripts": "https://raw.githubusercontent.com/centos/ruby-22-centos7/master/.sti/bin",
"incremental": true
}
},
"output": {
"to": {
"kind": "ImageStreamTag",
"name": "origin-ruby-sample:latest"
}
},
"resources": {}
},
"status": {
"lastVersion": 0
}
},
{
"kind": "BuildConfig",
"apiVersion": "v1",
"metadata": {
"name": "ruby-sample-build-invalidtag",
"creationTimestamp": null
},
"spec": {
"triggers": [
{
"type": "imageChange",
"imageChange": {}
}
],
"source": {
"type": "Git",
"git": {
"uri": "git://github.com/openshift/ruby-hello-world.git"
}
},
"strategy": {
"type": "Source",
"sourceStrategy": {
"from": {
"kind": "DockerImage",
"name": "centos/ruby-22-centos7"
},
"scripts": "https://raw.githubusercontent.com/openshift/sti-ruby/master/2.0/.sti/bin",
"incremental": true
}
},
"output": {
"to": {
"kind": "ImageStreamTag",
"name": "origin-ruby-sample:latest"
}
},
"resources": {}
},
"status": {
"lastVersion": 0
}
}
]
}