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:
Randy Barlow 2019-05-15 19:22:17 +00:00
parent 7f20d02af6
commit fc7584b419

View file

@ -73,10 +73,12 @@ items:
ENTRYPOINT bash /etc/bodhi/start.sh
type: Dockerfile
strategy:
sourceStrategy:
type: Docker
dockerStrategy:
from:
kind: "ImageStreamTag"
name: "bodhi-base:latest"
noCache: false
triggers:
- type: "imageChange"
imageChange: {}
@ -112,10 +114,12 @@ items:
ENTRYPOINT /usr/bin/fedora-messaging consume
type: Dockerfile
strategy:
sourceStrategy:
type: Docker
dockerStrategy:
from:
kind: "ImageStreamTag"
name: "bodhi-base:latest"
noCache: false
triggers:
- type: "imageChange"
imageChange: {}