forked from redhat-cop/containers-quickstarts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimagestream.yaml
More file actions
47 lines (46 loc) · 1.43 KB
/
Copy pathimagestream.yaml
File metadata and controls
47 lines (46 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
apiVersion: image.openshift.io/v1
kind: ImageStream
metadata:
annotations:
openshift.io/display-name: Python Kopf Operator Framework
name: python-kopf
namespace: openshift
spec:
lookupPolicy:
local: false
tags:
- annotations:
description: |-
Build and run operators with Python Kopf 1.36.
https://kopf.readthedocs.io/
iconClass: icon-python
openshift.io/display-name: Python Kopf
sampleRepo: https://github.com/redhat-cop/build-s2i-python-kopf/example.git
supports: kopf:1.36,kopf,python:3.8,python
tags: builder,python,kopf
version: "1.36"
from:
kind: DockerImage
name: quay.io/redhat-cop/python-kopf-s2i:v1.36
importPolicy: {}
name: "1.36"
referencePolicy:
type: Local
- annotations:
description: |-
Build and run operators with Python kopf.
https://kopf.readthedocs.io/
WARNING: By selecting this tag, your application will automatically update to use the latest version of Python Kopf available, including major version updates.
iconClass: icon-python
openshift.io/display-name: Python Kopf
sampleRepo: https://github.com/redhat-cop/build-s2i-python-kopf/example.git
supports: kopf,python
tags: builder,python,kopf
from:
kind: DockerImage
name: quay.io/redhat-cop/python-kopf-s2i:latest
importPolicy: {}
name: latest
referencePolicy:
type: Local