forked from fabric8io-images/java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimages.yml
65 lines (61 loc) · 1.37 KB
/
images.yml
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
---
fish-pepper:
params:
- base
- version
- type
- arch
name: "project31/java"
build: "1.6.2"
# Used for escaping in 'agent-bond-opts' where the same delimiters are used
abSepOpen: "{{"
abSepClosed: "}}"
config:
base:
default:
agent: "agent-bond"
baseDir: "/deployments"
alpine:
from: "alpine:3.9"
version: "3.9"
description: "Alpine"
javaPackage:
8: 8.201.08-r1
centos:
from: centos:7.6.1810
createUser: true
user: "jboss"
version: "7"
description: "CentOS"
javaPackage:
7: 1.7.0.201-2.6.16.1.el7_6
8: 1.8.0.201.b09-2.el7_6
11: 11.0.2.7-0.el7_6
version:
openjdk8:
version: "1.8.0"
description: "OpenJDK 8"
major: 8
openjdk11:
version: "11"
description: "OpenJDK 11"
major: 11
fish-pepper:
# Ignore for for Alpine and JBoss as there are no Java 11 packages
ignore-for:
- [ "alpine" ]
- [ "jboss" ]
type:
jre:
description: "Java Runtime Environment (JRE)"
# Ignore JREs for JBoss image since there are no JRE variants for them available
fish-pepper:
ignore-for:
- [ "jboss" ]
jdk:
description: "Java Development Kit (JDK)"
arch:
amd64:
dockerOrg: "p31amd64"
arm64v8:
dockerOrg: "p31arm64v8"