WaiverDB: use the waiverdb upstream image in the dockerbuild
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
e4de7a4dcd
commit
e8da793e87
1 changed files with 5 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue