flatpak-indexer: use ubi8/python-39

flatpak-indexer now uses some Python-3.9 features.
This commit is contained in:
Owen W. Taylor 2022-05-31 09:26:00 -04:00 committed by kevin
parent 63a8c4a39e
commit 1d6c2939f5
2 changed files with 3 additions and 3 deletions

View file

@ -51,7 +51,7 @@ metadata:
apiVersion: v1 apiVersion: v1
kind: ImageStream kind: ImageStream
metadata: metadata:
name: ubi8-python-38 name: ubi8-python-39
spec: spec:
lookupPolicy: lookupPolicy:
local: false local: false
@ -59,7 +59,7 @@ metadata:
- name: latest - name: latest
from: from:
kind: DockerImage kind: DockerImage
name: registry.access.redhat.com/ubi8/python-38:latest name: registry.access.redhat.com/ubi8/python-39:latest
importPolicy: importPolicy:
scheduled: true scheduled: true
referencePolicy: referencePolicy:

View file

@ -65,7 +65,7 @@ spec:
value: "1" value: "1"
from: from:
kind: ImageStreamTag kind: ImageStreamTag
name: ubi8-python-38:latest name: ubi8-python-39:latest
type: Source type: Source
triggers: triggers:
- type: ConfigChange - type: ConfigChange