bodhi: Trigger builds off of the base-image.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
d34226763b
commit
33261bd578
2 changed files with 14 additions and 6 deletions
|
@ -101,12 +101,6 @@
|
||||||
- role: openshift/start-build
|
- role: openshift/start-build
|
||||||
app: bodhi
|
app: bodhi
|
||||||
buildname: bodhi-base
|
buildname: bodhi-base
|
||||||
- role: openshift/start-build
|
|
||||||
app: bodhi
|
|
||||||
buildname: bodhi-web
|
|
||||||
- role: openshift/start-build
|
|
||||||
app: bodhi
|
|
||||||
buildname: bodhi-consumer
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: bodhi
|
app: bodhi
|
||||||
template_fullpath: "{{roles_path}}/bodhi2/base/templates/configmap.yml"
|
template_fullpath: "{{roles_path}}/bodhi2/base/templates/configmap.yml"
|
||||||
|
|
|
@ -76,6 +76,13 @@ items:
|
||||||
type: Docker
|
type: Docker
|
||||||
dockerStrategy:
|
dockerStrategy:
|
||||||
noCache: false
|
noCache: false
|
||||||
|
sourceStrategy:
|
||||||
|
from:
|
||||||
|
kind: "ImageStreamTag"
|
||||||
|
name: "bodhi-base:latest"
|
||||||
|
triggers:
|
||||||
|
- type: "imageChange"
|
||||||
|
imageChange: {}
|
||||||
output:
|
output:
|
||||||
to:
|
to:
|
||||||
kind: ImageStreamTag
|
kind: ImageStreamTag
|
||||||
|
@ -111,6 +118,13 @@ items:
|
||||||
type: Docker
|
type: Docker
|
||||||
dockerStrategy:
|
dockerStrategy:
|
||||||
noCache: false
|
noCache: false
|
||||||
|
sourceStrategy:
|
||||||
|
from:
|
||||||
|
kind: "ImageStreamTag"
|
||||||
|
name: "bodhi-base:latest"
|
||||||
|
triggers:
|
||||||
|
- type: "imageChange"
|
||||||
|
imageChange: {}
|
||||||
output:
|
output:
|
||||||
to:
|
to:
|
||||||
kind: ImageStreamTag
|
kind: ImageStreamTag
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue