-
Notifications
You must be signed in to change notification settings - Fork 5
/
rhpam-image.yaml
58 lines (49 loc) · 1.43 KB
/
rhpam-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: "operator-builder"
version: "7.13.0"
from: "registry.access.redhat.com/ubi8/go-toolset:1.17.7"
description: "Golang builder image for the RHPAM Kogito Operator"
modules:
repositories:
- path: modules
install:
- name: org.kie.kogito.goModDownload
- name: org.kie.kogito.rhpam.builder
packages:
content_sets_file: content_sets.yaml
osbs:
configuration:
container:
image_build_method: imagebuilder
platforms:
only:
- x86_64
- ppc64le
- name: "rhpam-7/rhpam-kogito-operator"
version: "7.13.0"
from: "registry.access.redhat.com/ubi8/ubi-minimal:latest"
description: "Runtime Image for the RHPAM Kogito Operator"
labels:
- name: maintainer
value: [email protected]
- name: com.redhat.component
value: rhpam-7-kogito-rhel8-operator-container
- name: io.k8s.description
value: Operator for deploying RHPAM Kogito Application
- name: io.k8s.display-name
value: Red Hat PAM Kogito Operator
- name: io.openshift.tags
value: rhpam,kogito,operator
artifacts:
- path: /workspace/rhpam-kogito-operator-manager
image: operator-builder
dest: /usr/local/bin
packages:
content_sets_file: content_sets.yaml
osbs:
extra_dir: osbs-extra
repository:
name: containers/rhpam-7-kogito-operator
branch: rhba-7-rhel-8
run:
user: "1001"