WaiverDB: use the waiverdb upstream image in the dockerbuild

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2019-04-02 11:29:29 +02:00
parent e4de7a4dcd
commit e8da793e87

View file

@ -8,6 +8,10 @@ spec:
runPolicy: Serial
source:
dockerfile: |-
{% if env == 'staging' %}
# See imagestream.yml for the definition
FROM waiverdb-upstream:latest
{% else %}
# See imagestream.yml for the definition
FROM waiverdb-upstream:latest
@ -30,6 +34,7 @@ spec:
# Become non-root again
USER 1001
{% endif %}
strategy:
type: Docker
dockerStrategy: