forked from fabric8io-images/java
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathimages.yml
More file actions
55 lines (53 loc) · 1.24 KB
/
images.yml
File metadata and controls
55 lines (53 loc) · 1.24 KB
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
---
fish-pepper:
params:
- base
- version
- type
name: "fabric8/java"
build: "1.2.7"
# 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.5"
version: "3.5"
description: "Alpine"
# Alternative packages: 8.121.13-r2 (edge, needs extra sources.list), 8.111.14-r0
javaPackage:
7: 7.121.2.6.8-r0
8: 8.121.13-r0
centos:
from: "centos:7"
version: "7"
description: "CentOS"
jboss:
from: "jboss/base-jdk"
user: "jboss"
# Use the major version
tagFromMajorVersion: true
description: "JBoss with OpenJDK"
version:
openjdk7:
version: "1.7.0"
description: "OpenJDK 7"
major: 7
openjdk8:
from: "jboss-jdk:8"
version: "1.8.0"
description: "OpenJDK 8"
major: 8
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)"