openshift-apps: add imagestream.yml for coreos-cincinnati
This was supposed to happen in 3ba43f2
.
This commit is contained in:
parent
3152c186a1
commit
8c729cc751
1 changed files with 30 additions and 0 deletions
|
@ -0,0 +1,30 @@
|
||||||
|
---
|
||||||
|
apiVersion: image.openshift.io/v1
|
||||||
|
kind: List
|
||||||
|
items:
|
||||||
|
# ImageStream for Fedora image
|
||||||
|
- apiVersion: image.openshift.io/v1
|
||||||
|
kind: ImageStream
|
||||||
|
metadata:
|
||||||
|
labels:
|
||||||
|
build: coreos-cincinnati
|
||||||
|
name: fedora
|
||||||
|
spec:
|
||||||
|
lookupPolicy:
|
||||||
|
local: false
|
||||||
|
tags:
|
||||||
|
- name: "38"
|
||||||
|
from:
|
||||||
|
kind: DockerImage
|
||||||
|
name: registry.fedoraproject.org/fedora:38
|
||||||
|
importPolicy:
|
||||||
|
scheduled: true
|
||||||
|
referencePolicy:
|
||||||
|
type: Source
|
||||||
|
# ImageStream for resulting built coreos-cincinnati-img
|
||||||
|
- apiVersion: image.openshift.io/v1
|
||||||
|
kind: ImageStream
|
||||||
|
metadata:
|
||||||
|
labels:
|
||||||
|
build: coreos-cincinnati
|
||||||
|
name: coreos-cincinnati-img
|
Loading…
Add table
Add a link
Reference in a new issue