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
|
type: Source
|
||||||
sourceStrategy:
|
sourceStrategy:
|
||||||
from:
|
from:
|
||||||
|
{% if env == "staging" %}
|
||||||
|
kind: DockerImage
|
||||||
|
name: registry.access.redhat.com/ubi8/python-39
|
||||||
|
{% else %}
|
||||||
kind: ImageStreamTag
|
kind: ImageStreamTag
|
||||||
name: python:3.6
|
name: python:3.6
|
||||||
namespace: openshift
|
namespace: openshift
|
||||||
|
{% endif %}
|
||||||
output:
|
output:
|
||||||
to:
|
to:
|
||||||
kind: ImageStreamTag
|
kind: ImageStreamTag
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue