Testdays: switch s2i base to python 3.9
This commit is contained in:
parent
02cdf363b4
commit
7d4991c381
1 changed files with 6 additions and 8 deletions
|
@ -18,13 +18,12 @@ spec:
|
|||
{% else %}
|
||||
ref: "master"
|
||||
{% endif %}
|
||||
strategy:
|
||||
strategy:
|
||||
type: Source
|
||||
sourceStrategy:
|
||||
from:
|
||||
kind: ImageStreamTag
|
||||
namespace: openshift
|
||||
name: python:3.6
|
||||
kind: DockerImage
|
||||
name: registry.access.redhat.com/ubi8/python-39
|
||||
triggers:
|
||||
- type: ConfigChange
|
||||
- type: ImageChange
|
||||
|
@ -45,13 +44,12 @@ spec:
|
|||
git:
|
||||
uri: https://pagure.io/taskotron/resultsdb.git
|
||||
ref: "legacy_testdays"
|
||||
strategy:
|
||||
strategy:
|
||||
type: Source
|
||||
sourceStrategy:
|
||||
from:
|
||||
kind: ImageStreamTag
|
||||
namespace: openshift
|
||||
name: python:3.6
|
||||
kind: DockerImage
|
||||
name: registry.access.redhat.com/ubi8/python-39
|
||||
triggers:
|
||||
- type: ConfigChange
|
||||
- type: ImageChange
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue