oraculum: Python 3.9 maybe?
This commit is contained in:
parent
39b3f92abc
commit
9c0f8ce05c
1 changed files with 5 additions and 0 deletions
|
@ -19,9 +19,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
|
||||||
namespace: openshift
|
namespace: openshift
|
||||||
name: python:3.6
|
name: python:3.6
|
||||||
|
{% endif %}
|
||||||
triggers:
|
triggers:
|
||||||
- type: ConfigChange
|
- type: ConfigChange
|
||||||
- type: ImageChange
|
- type: ImageChange
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue