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

View file

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