forked from apache/incubator-kie-kogito-images
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kogito-springboot-overrides.yaml
47 lines (40 loc) · 1.57 KB
/
kogito-springboot-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
schema_version: 1
name: "quay.io/kiegroup/kogito-springboot-ubi8"
description: "Runtime image for Kogito based on SpringBoot native image"
labels:
- name: "io.k8s.description"
value: "Runtime image for Kogito based on SpringBoot native image"
- name: "io.k8s.display-name"
value: "Kogito based on SpringBoot native image"
- name: "io.openshift.tags"
value: "builder,runtime,kogito,springboot"
- 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: "-Ddebug=true"
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.
- name: "HTTP_PORT"
example: "9090"
description: "Defines on which port the service will listen on."
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.s2i.core
- name: org.kie.kogito.springboot
# s2i build . quay.io/kiegroup/kogito-springboot-ubi8-s2i:latest kogitotest:10.0 --runtime-image quay.io/kiegroup/kogito-springboot-ubi8:latest
run:
workdir: "/home/kogito"