-
Notifications
You must be signed in to change notification settings - Fork 7
/
image.yaml
62 lines (61 loc) · 2.28 KB
/
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
schema_version: 1
name: "jboss-datagrid-7/datagrid72"
description: "Red Hat JBoss Data Grid 7.2 container image"
version: "7.2.3"
from: "jboss/openjdk18-rhel7:1.1"
labels:
- name: "com.redhat.component"
value: "jboss-datagrid-7-datagrid72-container"
- name: "org.jboss.product"
value: "datagrid"
- name: "org.jboss.product.version"
value: "7.2.3.GA"
- name: "org.jboss.product.datagrid.version"
value: "7.2.3.GA"
- name: "org.jboss.deployments-dir"
value: "/opt/datagrid/standalone/deployments"
- name: "com.redhat.deployments-dir"
value: "/opt/datagrid/standalone/deployments"
- name: "com.redhat.dev-mode"
value: "DEBUG:true"
description: "Environment variable used to enable development mode (debugging). A value of true will enable development mode."
- name: "com.redhat.dev-mode.port"
value: "DEBUG_PORT:8787"
description: "Environment variable used to specify the debug port. If not set, the default EAP debug port will be used (8787). Only applicable when development mode is enabled."
envs:
- name: "LAUNCH_JBOSS_IN_BACKGROUND"
value: "true"
- name: "JBOSS_PRODUCT"
value: "datagrid"
- name: "JBOSS_DATAGRID_VERSION"
value: "7.2.3.GA"
- name: "PRODUCT_VERSION"
value: "7.2.3.GA"
- name: "JBOSS_HOME"
value: "/opt/datagrid"
ports:
- value: 8080
- value: 8787
expose: false
modules:
repositories:
- path: modules
install:
- name: datagrid
artifacts:
- path: jboss-datagrid-7.2.0-server.zip
description: "Artifact is available on Customer Portal: https://access.redhat.com/jbossnetwork/restricted/softwareDetail.html?softwareId=58411&product=data.grid&version=7.2&downloadType=distributions"
md5: 797b98378c9481151298dd5498c6d55a
- path: jboss-datagrid-7.2.3-server-patch.zip
description: "Artifact is available on Customer Portal: https://access.redhat.com/jbossnetwork/restricted/softwareDownload.html?softwareId=61711&product=data.grid"
md5: 5e3992a6dfe51b3eaf976fcfcbb82be4
run:
user: 185
cmd:
- "/opt/datagrid/bin/standalone.sh"
- "-b"
- "0.0.0.0"
osbs:
repository:
name: containers/jboss-datagrid-7
branch: jb-datagrid-7.2-rhel-7