Bump ActiveMQ to 5.15.13
This commit is contained in:
parent
1fb67a69f9
commit
c2064220d0
@ -18,7 +18,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"motech-activemq": {
|
"motech-activemq": {
|
||||||
"image": "activemq_5.15.9-200621",
|
"image": "activemq_5.15.13-200621",
|
||||||
"mounts": {
|
"mounts": {
|
||||||
"motech/activemq_conf/activemq.xml": "srv/activemq/conf/activemq.xml:file",
|
"motech/activemq_conf/activemq.xml": "srv/activemq/conf/activemq.xml:file",
|
||||||
"motech/activemq_data": "srv/activemq/data"
|
"motech/activemq_data": "srv/activemq/data"
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
IMAGE activemq_5.15.9-200621
|
IMAGE activemq_5.15.13-200621
|
||||||
FROM alpine3.11-java8_8.242.08-200621
|
FROM alpine3.11-java8_8.242.08-200621
|
||||||
|
|
||||||
RUN EOF
|
RUN EOF
|
||||||
# Download and install ActiveMQ
|
# Download and install ActiveMQ
|
||||||
wget https://archive.apache.org/dist/activemq/5.15.9/apache-activemq-5.15.9-bin.tar.gz -O - | tar xzf - -C /srv
|
wget https://archive.apache.org/dist/activemq/5.15.13/apache-activemq-5.15.13-bin.tar.gz -O - | tar xzf - -C /srv
|
||||||
mv /srv/apache-activemq-5.15.9 /srv/activemq
|
mv /srv/apache-activemq-5.15.13 /srv/activemq
|
||||||
|
|
||||||
# Create OS user
|
# Create OS user
|
||||||
addgroup -S -g 61616 activemq
|
addgroup -S -g 61616 activemq
|
||||||
|
Loading…
Reference in New Issue
Block a user