oraculum: Python 3.9 maybe?

This commit is contained in:
František Zatloukal 2021-06-22 07:51:03 +02:00
parent 39b3f92abc
commit 9c0f8ce05c

View file

@ -19,9 +19,14 @@ spec:
type: Source
sourceStrategy:
from:
{% if env == 'staging' %}
kind: DockerImage
name: registry.access.redhat.com/ubi8/python-39
{% else %}
kind: ImageStreamTag
namespace: openshift
name: python:3.6
{% endif %}
triggers:
- type: ConfigChange
- type: ImageChange