forked from apache/incubator-kie-kogito-images
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kogito-springboot-s2i-overrides.yaml
42 lines (38 loc) · 1.37 KB
/
kogito-springboot-s2i-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
schema_version: 1
name: "quay.io/kiegroup/kogito-springboot-ubi8-s2i"
description: "Platform for building Kogito based on SpringBoot"
labels:
- name: "io.k8s.description"
value: "Platform for building Kogito based on SpringBoot"
- name: "io.k8s.display-name"
value: "Kogito based on SpringBoot"
- name: "io.openshift.tags"
value: "builder,kogito,springboot"
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: "-Ddebug=true"
description: JVM options passed to the Java command.
- name: MAVEN_ARGS_APPEND
example: "-pl mymodule -am"
description: Additional Maven arguments
- name: ARTIFACT_DIR
example: mymodule/target
description: Path to target/ where the jar files are created for multi-module builds
- name: "HTTP_PORT"
example: "9090"
description: "Defines on which port the service will listen on."
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.maven
version: "3.6.2"
- name: org.kie.kogito.openjdk
version: "11"
- name: org.kie.kogito.s2i.core
- name: org.kie.kogito.springboot.s2i