forked from apache/incubator-kie-kogito-images
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrhpam-kogito-runtime-jvm-rhel8-overrides.yaml
65 lines (57 loc) · 2.05 KB
/
rhpam-kogito-runtime-jvm-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
62
63
64
65
schema_version: 1
name: "rhpam-7/rhpam-kogito-runtime-jvm-rhel8"
version: "7.11.0"
from: "registry.redhat.io/ubi8/ubi-minimal:latest"
description: "RHPAM Runtime image for Kogito based on Quarkus or SpringBoot JVM image"
labels:
- name: "com.redhat.component"
value: "rhpam-7-kogito-runtime-jvm-rhel8-container"
- name: "io.k8s.description"
value: "RHPAM Runtime image for Kogito based on Quarkus or Spring Boot JVM image"
- name: "io.k8s.display-name"
value: "RHPAM Kogito Runtime based on Quarkus or Spring Boot JVM image"
- name: "io.openshift.tags"
value: "rhpam-kogito,runtime,kogito,quarkus,springboot,jvm"
- name: "io.openshift.s2i.assemble-input-files"
value: "/home/kogito/bin"
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."
- name: "RUNTIME_TYPE"
example: "springboot"
description: "Defines the runtime type of your Kogito application. Allowed values are 'springboot' or 'quarkus'. Default value is quarkus."
- name: JAVA_OPTIONS
example: "-Dquarkus.log.level=DEBUG"
description: JVM options passed to the Java command.
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.launch.scripts
- name: org.kie.kogito.openjdk
version: "11-headless"
- name: org.kie.kogito.dynamic.resources
- name: org.kie.kogito.s2i.core
- name: org.kie.kogito.runtime.jvm
- 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/rhpam-kogito-runtime-jvm-rhel8
repository:
name: containers/rhpam-7-kogito-runtime-jvm
branch: rhba-7-rhel-8
run:
workdir: "/home/kogito"