forked from apache/incubator-kie-kogito-images
-
Notifications
You must be signed in to change notification settings - Fork 0
/
image.yaml
31 lines (25 loc) · 811 Bytes
/
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
schema_version: 1
name: "kogito-image-real-name-on-overrides-file"
version: "2.0.0-snapshot"
from: "registry.access.redhat.com/ubi8/ubi-minimal:latest"
labels:
- name: "io.openshift.s2i.scripts-url"
value: "image:///usr/local/s2i"
- name: "io.openshift.s2i.destination"
value: "/tmp"
- name: "io.openshift.expose-services"
value: "8080:http"
modules:
repositories:
- path: modules
envs:
- name: "KOGITO_VERSION"
value: "2.0.0-SNAPSHOT"
description: Defines the Kogito version to be used by the builder images. Not intended to be changed by end user.
- name: "QUARKUS_VERSION"
value: "2.14.1.Final"
description: Defines the Quarkus version to be used by the builder images. Not intended to be changed by end user.
packages:
manager: microdnf
run:
user: 1001