1
0
Fork 0
forked from infra/ansible

Rebase webhook2fedmsg to python 3.13

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2026-05-27 10:41:07 +02:00
commit 814582dc4d
Signed by untrusted user: abompard
GPG key ID: 31584CFEB9BF64AD
2 changed files with 29 additions and 10 deletions

View file

@ -1,10 +1,30 @@
---
apiVersion: image.openshift.io/v1
kind: ImageStream
metadata:
name: webhook2fedmsg
spec:
lookupPolicy:
local: false
status:
dockerImageRepository: ""
kind: List
items:
- apiVersion: image.openshift.io/v1
kind: ImageStream
metadata:
name: webhook2fedmsg
spec:
lookupPolicy:
local: false
status:
dockerImageRepository: ""
# The Python 3.13 builder image
- apiVersion: image.openshift.io/v1
kind: ImageStream
metadata:
name: python-313
spec:
lookupPolicy:
local: false
tags:
- name: latest
from:
kind: DockerImage
name: quay.io/fedora/python-313:latest
importPolicy:
scheduled: true
referencePolicy:
type: Source

View file

@ -21,8 +21,7 @@ spec:
sourceStrategy:
from:
kind: ImageStreamTag
namespace: openshift
name: python:3.11-ubi9
name: python-313:latest
env:
# The .s2i/bin/assemble script uses this to build the frontend with the
# correct API and Ipsilon addresses.