-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathimage.yaml
58 lines (57 loc) · 1.43 KB
/
image.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
- schema_version: 1
name: "builder"
description: "Golang builder image"
version: ""
from: "registry.redhat.io/ubi8/go-toolset:1.17.7"
modules:
repositories:
- name: builder
path: modules/builder
install:
- name: builder
osbs:
configuration:
container:
image_build_method: imagebuilder
platforms:
only:
- x86_64
- schema_version: 1
name: "rhpam-7/rhpam-rhel8-operator"
description: "Red Hat Business Automation Operator"
version: ""
from: "registry.redhat.io/ubi8-minimal"
labels:
- name: maintainer
value: [email protected]
- name: com.redhat.component
value: rhpam-7-rhel8-operator-container
- name: io.k8s.description
value: Operator for deploying RHPAM & RHDM
- name: io.k8s.display-name
value: Red Hat Business Automation Operator
- name: io.openshift.tags
value: rhpam,rhdm,operator
modules:
repositories:
- name: runtime
path: modules/runtime
install:
- name: runtime
osbs:
configuration:
container:
go:
modules:
- module: github.com/kiegroup/kie-cloud-operator
archive: kie-cloud-operator.tar.gz
image_build_method: imagebuilder
platforms:
only:
- x86_64
extra_dir: osbs-extra
repository:
name: containers/rhpam-7-operator
branch: rhba-7-rhel-8
run:
user: "1001"