forked from apache/incubator-kie-kogito-serverless-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
osl-image-prod.yaml
61 lines (53 loc) · 1.73 KB
/
osl-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
55
56
57
58
59
60
61
- schema_version: 1
name: "operator-builder"
version: "1.30.0"
from: "registry.access.redhat.com/ubi8/go-toolset:1.19.9"
description: "Golang builder image for the Red Hat OpenShift Serverless Logic Operator"
modules:
repositories:
- path: modules
install:
- name: org.kie.kogito.osl.builder.prod
osbs:
configuration:
container:
image_build_method: imagebuilder
remote_source:
repo: https://github.com/apache/incubator-kie-kogito-serverless-operator
ref: 078cef15b1860d0c52fc1fd479a37d43819f09a3
pkg_managers:
- gomod
platforms:
only:
- x86_64
- ppc64le
- aarch64
- name: "openshift-serverless-1-tech-preview/logic-operator-rhel8"
version: "1.30.0"
from: "registry.access.redhat.com/ubi8/ubi-micro:latest"
description: "Runtime Image for the Red Hat OpenShift Serverless Logic Operator"
labels:
- name: maintainer
value: [email protected]
- name: com.redhat.component
value: openshift-serverless-1-logic-rhel8-operator-container
- name: io.k8s.description
value: Operator for deploying Red Hat OpenShift Serverless Logic Application
- name: io.k8s.display-name
value: Red Hat OpenShift Serverless Logic Operator
- name: io.openshift.tags
value: osl,logic,sonataflow,serverless,workflow,operator
artifacts:
- path: /workspace/manager
image: operator-builder
dest: /usr/local/bin
name: manager
packages:
content_sets_file: content_sets.yaml
osbs:
extra_dir: osbs-extra
repository:
name: containers/openshift-serverless-1-logic-operator
branch: openshift-serverless-1.30-rhel-8
run:
user: "1001"