forked from apache/incubator-kie-kogito-images
-
Notifications
You must be signed in to change notification settings - Fork 2
/
prod-logic-jobs-service-ephemeral-rhel8-image.yaml
91 lines (83 loc) · 3.04 KB
/
prod-logic-jobs-service-ephemeral-rhel8-image.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
schema_version: 1
name: "openshift-serverless-1/logic-jobs-service-ephemeral-rhel8"
version: "1.34.0"
from: "registry.access.redhat.com/ubi8/openjdk-17:latest"
description: "Red Hat build of Runtime image for Kogito in memory Jobs Service"
labels:
- name: "com.redhat.component"
value: "openshift-serverless-1-logic-jobs-service-ephemeral-rhel8-container"
- name: "maintainer"
value: "serverless-logic <[email protected]>"
- name: "io.k8s.description"
value: "Red Hat build of Runtime image for Kogito in memory Jobs Service"
- name: "io.k8s.display-name"
value: "Red Hat build of Kogito in memory Jobs Service"
- name: "io.openshift.tags"
value: "logic-jobs-service,kogito,jobs-service-ephemeral"
- name: "io.openshift.expose-services"
value: "8080:http"
- name: "org.kie.kogito.version"
value: "999-SNAPSHOT"
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: "ENABLE_EVENTS"
example: "true"
description: "By default Jobs Service doesn't integrate with message systems (e.g. Kafka). Set this variable to true to enable the events add-on."
modules:
repositories:
- path: modules
install:
- name: org.kie.kogito.image.dependencies
- name: org.kie.kogito.system.user
- name: org.kie.kogito.logging
- name: org.kie.kogito.dynamic.resources
- name: org.kie.kogito.launch.scripts
- name: org.kie.kogito.jobs.service.prod.ephemeral
version: "1.34.0"
- name: org.kie.kogito.security.custom.truststores
- name: org.kie.kogito.jobs.service.common
- name: org.kie.kogito.pkg-update
packages:
manager: microdnf
content_sets_file: content_sets.yaml
osbs:
configuration:
container:
platforms:
only:
- x86_64
- aarch64
- ppc64le
compose:
pulp_repos: true
extra_dir: osbs-extra/logic-jobs-service-ephemeral-rhel8
repository:
name: containers/openshift-serverless-1-logic-jobs-service-ephemeral
branch: openshift-serverless-1.34-rhel-8
ports:
- value: 8080
run:
workdir: "/home/kogito"
user: 1001
cmd:
- "/home/kogito/kogito-app-launch.sh"