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
|
||||
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: {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue