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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue