forked from infra/ansible
Rebase webhook2fedmsg to python 3.13
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
70cfd1412e
commit
814582dc4d
2 changed files with 29 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue