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
|
runPolicy: Serial
|
||||||
source:
|
source:
|
||||||
dockerfile: |-
|
dockerfile: |-
|
||||||
|
{% if env == 'staging' %}
|
||||||
|
# See imagestream.yml for the definition
|
||||||
|
FROM waiverdb-upstream:latest
|
||||||
|
{% else %}
|
||||||
# See imagestream.yml for the definition
|
# See imagestream.yml for the definition
|
||||||
FROM waiverdb-upstream:latest
|
FROM waiverdb-upstream:latest
|
||||||
|
|
||||||
|
@ -30,6 +34,7 @@ spec:
|
||||||
|
|
||||||
# Become non-root again
|
# Become non-root again
|
||||||
USER 1001
|
USER 1001
|
||||||
|
{% endif %}
|
||||||
strategy:
|
strategy:
|
||||||
type: Docker
|
type: Docker
|
||||||
dockerStrategy:
|
dockerStrategy:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue