forked from quarkusio/quarkus-images
-
Notifications
You must be signed in to change notification settings - Fork 0
/
quarkus-mandrel.yaml
42 lines (35 loc) · 896 Bytes
/
quarkus-mandrel.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
version: "SNAPSHOT"
from: "registry.access.redhat.com/ubi8/ubi-minimal:8.0"
name: "quay.io/quarkus/ubi-quarkus-mandrel"
labels:
- name: "io.k8s.description"
value: "Quarkus.io executable image providing the `native-image` executable."
- name: "io.k8s.display-name"
value: "Quarkus.io executable (GraalVM Native, Mandrel distribution)"
- name: "io.openshift.tags"
value: "executable,java,quarkus,mandrel,native"
- name: "maintainer"
value: "Quarkus Team <quarkus-dev@googlegroups.com>"
packages:
manager: microdnf
modules:
repositories:
- path: modules
install:
- name: common-packages
- name: encoding
- name: add-quarkus-user
- name: mandrel
version: "_version_"
envs:
- name: "PATH"
value: "$PATH:$JAVA_HOME/bin"
volumes:
- name: "volume.project"
path: "/project"
run:
user: 1001
workdir: "/project"
entrypoint:
- "native-image"