bodhi: Maybe we do want the dockerStrategy but can use from on it?
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
7f20d02af6
commit
fc7584b419
1 changed files with 6 additions and 2 deletions
|
@ -73,10 +73,12 @@ items:
|
||||||
ENTRYPOINT bash /etc/bodhi/start.sh
|
ENTRYPOINT bash /etc/bodhi/start.sh
|
||||||
type: Dockerfile
|
type: Dockerfile
|
||||||
strategy:
|
strategy:
|
||||||
sourceStrategy:
|
type: Docker
|
||||||
|
dockerStrategy:
|
||||||
from:
|
from:
|
||||||
kind: "ImageStreamTag"
|
kind: "ImageStreamTag"
|
||||||
name: "bodhi-base:latest"
|
name: "bodhi-base:latest"
|
||||||
|
noCache: false
|
||||||
triggers:
|
triggers:
|
||||||
- type: "imageChange"
|
- type: "imageChange"
|
||||||
imageChange: {}
|
imageChange: {}
|
||||||
|
@ -112,10 +114,12 @@ items:
|
||||||
ENTRYPOINT /usr/bin/fedora-messaging consume
|
ENTRYPOINT /usr/bin/fedora-messaging consume
|
||||||
type: Dockerfile
|
type: Dockerfile
|
||||||
strategy:
|
strategy:
|
||||||
sourceStrategy:
|
type: Docker
|
||||||
|
dockerStrategy:
|
||||||
from:
|
from:
|
||||||
kind: "ImageStreamTag"
|
kind: "ImageStreamTag"
|
||||||
name: "bodhi-base:latest"
|
name: "bodhi-base:latest"
|
||||||
|
noCache: false
|
||||||
triggers:
|
triggers:
|
||||||
- type: "imageChange"
|
- type: "imageChange"
|
||||||
imageChange: {}
|
imageChange: {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue