forked from artemiscloud/activemq-artemis-broker-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
image.yaml
57 lines (51 loc) · 1.19 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
schema_version: 1
name: "artemiscloud/activemq-artemis-broker"
description: "ActiveMQ Artemis broker container image"
version: "0.1.7"
from: "registry.access.redhat.com/ubi8:8.5-214"
labels:
- name: "io.k8s.display-name"
value: "ActiveMQ Artemis Broker"
- name: "maintainer"
value: "[email protected]"
envs:
- name: "AMQ_HOME"
value: "/opt/amq"
- name: "AMQ_NAME"
value: "broker"
- name: "AMQ_USER"
- name: "AMQ_PASSWORD"
- name: "AMQ_ROLE"
value: "admin"
- name: "AMQ_CLUSTERED"
value: "false"
- name: "AMQ_CLUSTER_USER"
value: "cluster_user"
- name: "AMQ_CLUSTER_PASSWORD"
value: "cluster_password"
- name: "AMQ_EXTRA_ARGS"
value: ""
- name: "AMQ_RESET_CONFIG"
value: "false"
packages:
install:
- hostname
- libaio
- python2
modules:
repositories:
- name: cct_module
git:
url: https://github.com/artemiscloud/cct_module.git
ref: 0.38.0-artemiscloud-1
- path: modules
install:
- name: jboss.container.user
- name: jboss.container.openjdk.jdk
version: "11"
- name: activemq.artemis.install
- name: activemq.artemis.chown
run:
user: 185
cmd:
- "/opt/amq/bin/launch.sh"