Rebase Noggin on Python 3.9 in staging

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2022-04-28 13:00:11 +02:00
parent 0729bce300
commit a1c457eec9
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -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