Poddlers: fixup

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2024-07-05 07:15:55 +02:00
parent a41e381f10
commit 2d36b630a5
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD
2 changed files with 19 additions and 2 deletions

View file

@ -7,6 +7,23 @@ items:
kind: ImageStream
metadata:
name: toddlers
# The Python 3.11 builder image
- apiVersion: image.openshift.io/v1
kind: ImageStream
metadata:
name: python-311
spec:
lookupPolicy:
local: false
tags:
- name: latest
from:
kind: DockerImage
name: quay.io/fedora/python-311:latest
importPolicy:
scheduled: true
referencePolicy:
type: Source
# The Python 3.11 builder image plus dependencies
- apiVersion: image.openshift.io/v1
kind: ImageStream

View file

@ -19,8 +19,8 @@ spec:
dockerStrategy:
from:
kind: ImageStreamTag
name: python:3.11-ubi9
namespace: openshift
# Use our own Fedora-based ImageStream
name: python-311:latest
output:
to:
kind: ImageStreamTag