flatpak-indexer: use ubi8/python-39
flatpak-indexer now uses some Python-3.9 features.
This commit is contained in:
parent
63a8c4a39e
commit
1d6c2939f5
2 changed files with 3 additions and 3 deletions
|
@ -51,7 +51,7 @@ metadata:
|
|||
apiVersion: v1
|
||||
kind: ImageStream
|
||||
metadata:
|
||||
name: ubi8-python-38
|
||||
name: ubi8-python-39
|
||||
spec:
|
||||
lookupPolicy:
|
||||
local: false
|
||||
|
@ -59,7 +59,7 @@ metadata:
|
|||
- name: latest
|
||||
from:
|
||||
kind: DockerImage
|
||||
name: registry.access.redhat.com/ubi8/python-38:latest
|
||||
name: registry.access.redhat.com/ubi8/python-39:latest
|
||||
importPolicy:
|
||||
scheduled: true
|
||||
referencePolicy:
|
||||
|
|
|
@ -65,7 +65,7 @@ spec:
|
|||
value: "1"
|
||||
from:
|
||||
kind: ImageStreamTag
|
||||
name: ubi8-python-38:latest
|
||||
name: ubi8-python-39:latest
|
||||
type: Source
|
||||
triggers:
|
||||
- type: ConfigChange
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue