Amend 7bc0f837 (rebase FMN to python 3.12 to get a newer nodejs)

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2025-02-18 15:35:08 +01:00
parent 7bc0f83735
commit 2577b8fea6
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD
2 changed files with 10 additions and 10 deletions

View file

@ -7,11 +7,11 @@ items:
kind: ImageStream
metadata:
name: fmn
# The Python 3.10 builder image
# The Python 3.12 builder image
- apiVersion: image.openshift.io/v1
kind: ImageStream
metadata:
name: python-310
name: python-312
spec:
lookupPolicy:
local: false
@ -19,16 +19,16 @@ items:
- name: latest
from:
kind: DockerImage
name: quay.io/fedora/python-310:latest
name: quay.io/fedora/python-312:latest
importPolicy:
scheduled: true
referencePolicy:
type: Source
# The Python 3.10 builder image plus collectd
# The Python builder image plus collectd
- apiVersion: image.openshift.io/v1
kind: ImageStream
metadata:
name: python-310-collectd
name: python-312-collectd
# Sendria (to view email notifications in staging)
- apiVersion: image.openshift.io/v1
kind: ImageStream

View file

@ -3,10 +3,10 @@
apiVersion: build.openshift.io/v1
kind: BuildConfig
metadata:
name: python-310-collectd
name: python-312-collectd
labels:
app: fmn
build: python-310-collectd
build: python-312-collectd
spec:
runPolicy: Serial
source:
@ -18,11 +18,11 @@ spec:
dockerStrategy:
from:
kind: ImageStreamTag
name: python-310:latest
name: python-312:latest
output:
to:
kind: ImageStreamTag
name: python-310-collectd:latest
name: python-312-collectd:latest
triggers:
- type: ImageChange
---
@ -47,7 +47,7 @@ spec:
from:
kind: ImageStreamTag
# Our own ImageStream with collectd added to it
name: python-310-collectd:latest
name: python-312-collectd:latest
env:
# The .s2i/bin/assemble script uses this to build the frontend with the
# correct API and Ipsilon addresses.