Datagrepper now needs python 3.10+
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
c45cf15658
commit
b1020df978
2 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ metadata:
|
||||||
apiVersion: image.openshift.io/v1
|
apiVersion: image.openshift.io/v1
|
||||||
kind: ImageStream
|
kind: ImageStream
|
||||||
metadata:
|
metadata:
|
||||||
name: ubi8-python-39
|
name: ubi8-python-311
|
||||||
spec:
|
spec:
|
||||||
lookupPolicy:
|
lookupPolicy:
|
||||||
local: false
|
local: false
|
||||||
|
@ -15,7 +15,7 @@ metadata:
|
||||||
- name: latest
|
- name: latest
|
||||||
from:
|
from:
|
||||||
kind: DockerImage
|
kind: DockerImage
|
||||||
name: registry.access.redhat.com/ubi8/python-39:latest
|
name: registry.access.redhat.com/ubi8/python-311:latest
|
||||||
importPolicy:
|
importPolicy:
|
||||||
scheduled: true
|
scheduled: true
|
||||||
referencePolicy:
|
referencePolicy:
|
||||||
|
|
|
@ -22,7 +22,7 @@ spec:
|
||||||
sourceStrategy:
|
sourceStrategy:
|
||||||
from:
|
from:
|
||||||
kind: ImageStreamTag
|
kind: ImageStreamTag
|
||||||
name: ubi8-python-39:latest
|
name: ubi8-python-311:latest
|
||||||
output:
|
output:
|
||||||
to:
|
to:
|
||||||
kind: ImageStreamTag
|
kind: ImageStreamTag
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue