forked from apache/incubator-kie-kogito-images
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kogito-quarkus-overrides.yaml
46 lines (38 loc) · 1.58 KB
/
kogito-quarkus-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
schema_version: 1
name: "quay.io/kiegroup/kogito-quarkus-ubi8"
description: "Runtime image for Kogito based on Quarkus native image"
labels:
- name: "io.k8s.description"
value: "Runtime image for Kogito based on Quarkus native image"
- name: "io.k8s.display-name"
value: "Kogito based on Quarkus native image"
- name: "io.openshift.tags"
value: "builder,runtime,kogito,quarkus,native"
- 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: JAVA_OPTIONS
example: "-Dquarkus.log.level=DEBUG"
description: JVM options passed to the Java command.
- name: BINARY_BUILD
example: "true"
description: Enables binary builds for this image, meaning that the application binaries (e.g. maven target directory) will be uploaded to it.
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.graalvm.installer
version: "19.3.1-java-11"
- name: org.kie.kogito.s2i.core
- name: org.kie.kogito.quarkus
## s2i build . quay.io/kiegroup/kogito-quarkus-ubi8-s2i:latest kogitotest:10.0 --runtime-image quay.io/kiegroup/kogito-quarkus-ubi8:latest
## where "." is the sources dir, ie: /data/dev/sources/kogito-examples/rules-quarkus-helloworld
run:
workdir: "/home/kogito"