Rebase Noggin on Python 3.9 in staging
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
0729bce300
commit
a1c457eec9
1 changed files with 5 additions and 0 deletions
|
@ -21,9 +21,14 @@ spec:
|
|||
type: Source
|
||||
sourceStrategy:
|
||||
from:
|
||||
{% if env == "staging" %}
|
||||
kind: DockerImage
|
||||
name: registry.access.redhat.com/ubi8/python-39
|
||||
{% else %}
|
||||
kind: ImageStreamTag
|
||||
name: python:3.6
|
||||
namespace: openshift
|
||||
{% endif %}
|
||||
output:
|
||||
to:
|
||||
kind: ImageStreamTag
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue