forked from apache/incubator-kie-kogito-images
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlogic-data-index-ephemeral-rhel8-overrides.yaml
62 lines (54 loc) · 1.9 KB
/
logic-data-index-ephemeral-rhel8-overrides.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: "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8"
version: "1.24.0"
description: "Red Hat build of Runtime image for Kogito Data Index Service for ephemeral PostgreSQL persistence provider"
labels:
- name: "com.redhat.component"
value: "openshift-serverless-1-logic-data-index-ephemeral-rhel8-container"
- name: "io.k8s.description"
value: "Red Hat build of Runtime image for Kogito Data Index Service for ephemeral PostgreSQL persistence provider"
- name: "io.k8s.display-name"
value: "Red Hat build of Kogito Data Index Service - ephemeral PostgreSQL"
- name: "io.openshift.tags"
value: "logic-data-index,kogito,data-index,data-index-ephemeral"
- name: "io.openshift.expose-services"
value: "8080:http"
envs:
- name: "SCRIPT_DEBUG"
example: "true"
description: "If set to true, ensures that the bash scripts are executed with the -x option, printing the commands and their arguments as they are executed. Also debug JVM initialization."
ports:
- value: 8080
modules:
install:
- name: org.kie.kogito.image.dependencies
- name: org.kie.kogito.system.user
- name: org.kie.kogito.logging
- name: org.kie.kogito.openjdk
version: "11-headless"
- name: org.kie.kogito.dynamic.resources
- name: org.kie.kogito.launch.scripts
- name: org.kie.kogito.dataindex.ephemeral
version: "1.24.0"
- name: org.kie.kogito.dataindex.common
- name: org.kie.kogito.security.custom.truststores
packages:
content_sets_file: content_sets.yaml
osbs:
configuration:
container:
platforms:
only:
- x86_64
- ppc64le
compose:
pulp_repos: true
extra_dir: osbs-extra/logic-data-index-ephemeral-rhel8
repository:
name: containers/openshift-serverless-1-logic-data-index-ephemeral
branch: openshift-serverless-1.24-rhel-8
run:
workdir: "/home/kogito"
user: 1001
cmd:
- "/home/kogito/kogito-app-launch.sh"