Poddlers: fixup
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
a41e381f10
commit
2d36b630a5
2 changed files with 19 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue