-
Notifications
You must be signed in to change notification settings - Fork 41
/
image-prod.yaml
54 lines (51 loc) · 1.35 KB
/
image-prod.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
- schema_version: 1
name: "builder"
description: "Golang builder image"
version: ""
from: "registry.redhat.io/ubi8/go-toolset:1.17.7"
modules:
repositories:
- path: modules/builder-prod
install:
- name: rhpam.builder.prod
osbs:
configuration:
container:
image_build_method: imagebuilder
remote_source:
repo: https://github.com/kiegroup/kie-cloud-operator
ref: 7b5d7503589e7c19bd76a6fa5a33bf313ee685ba
pkg_managers:
- gomod
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:
extra_dir: osbs-extra
repository:
name: containers/rhpam-7-operator
branch: rhba-7-rhel-8
run:
user: "1001"