use external image stream for builder image
This commit is contained in:
parent
858fbbf3c9
commit
97edc01c12
1 changed files with 2 additions and 11 deletions
|
@ -50,16 +50,6 @@
|
||||||
"name": "nodejs-example"
|
"name": "nodejs-example"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"kind": "ImageStream",
|
|
||||||
"apiVersion": "v1",
|
|
||||||
"metadata": {
|
|
||||||
"name": "nodejs-010-centos7"
|
|
||||||
},
|
|
||||||
"spec": {
|
|
||||||
"dockerImageRepository": "openshift/nodejs-010-centos7"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"kind": "BuildConfig",
|
"kind": "BuildConfig",
|
||||||
"apiVersion": "v1",
|
"apiVersion": "v1",
|
||||||
|
@ -98,7 +88,8 @@
|
||||||
"sourceStrategy": {
|
"sourceStrategy": {
|
||||||
"from": {
|
"from": {
|
||||||
"kind": "ImageStreamTag",
|
"kind": "ImageStreamTag",
|
||||||
"name": "nodejs-010-centos7:latest"
|
"name": "nodejs:latest",
|
||||||
|
"namespace": "openshift"
|
||||||
},
|
},
|
||||||
"incremental": true
|
"incremental": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue