-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcatalog-info.yaml
143 lines (143 loc) · 3.17 KB
/
catalog-info.yaml
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
apiVersion: backstage.io/v1alpha1
kind: System
metadata:
name: engineering-docker-images
title: Engineering Docker Images
description: Devtools and other useful container images
annotations:
backstage.io/techdocs-ref: dir:.
github.com/project-slug: coopnorge/engineering-docker-images
spec:
owner: engineering
domain: platform
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: benthos-v4
description: |
This is a mirror of the latest version 4 of Benthos and is provided so that
Benthos can be used with cloud run which needs the image to be on a Google
registry.
annotations:
github.com/project-slug: coopnorge/engineering-docker-images
spec:
type: devtool
lifecycle: experimental
owner: engineering
system: engineering-docker-images
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: devtools-golang-v1beta1
annotations:
github.com/project-slug: coopnorge/engineering-docker-images
tags:
- devtools
- go
spec:
type: devtool
lifecycle: experimental
owner: engineering
system: engineering-docker-images
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: devtools-kubernetes-v1beta1
annotations:
github.com/project-slug: coopnorge/engineering-docker-images
tags:
- devtools
- kubernetes
spec:
type: devtool
lifecycle: experimental
owner: cloud-platform
system: engineering-docker-images
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: devtools-terraform-v1beta1
annotations:
github.com/project-slug: coopnorge/engineering-docker-images
tags:
- devtools
- terraform
spec:
type: devtool
lifecycle: experimental
owner: cloud-platform
system: engineering-docker-images
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: poetry-python3.10
annotations:
github.com/project-slug: coopnorge/engineering-docker-images
tags:
- python
spec:
type: devtool
lifecycle: production
owner: cloud-platform
system: engineering-docker-images
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: poetry-python3.11
annotations:
github.com/project-slug: coopnorge/engineering-docker-images
tags:
- python
spec:
type: devtool
lifecycle: production
owner: cloud-platform
system: engineering-docker-images
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: poetry-python3.8
annotations:
github.com/project-slug: coopnorge/engineering-docker-images
tags:
- python
spec:
type: devtool
lifecycle: deprecated
owner: cloud-platform
system: engineering-docker-images
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: poetry-python3.9
annotations:
github.com/project-slug: coopnorge/engineering-docker-images
tags:
- python
spec:
type: devtool
lifecycle: production
owner: cloud-platform
system: engineering-docker-images
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: techdocs
annotations:
github.com/project-slug: coopnorge/engineering-docker-images
tags:
- techdocs
spec:
type: devtool
lifecycle: production
owner: cloud-platform
system: engineering-docker-images