From 309a54caf832186cba13fc7897c5601ef1665eba Mon Sep 17 00:00:00 2001 From: Erlend Nossum Date: Mon, 12 Jun 2017 10:41:22 +0200 Subject: [PATCH 1/2] Updating activemq to 5.14.5 from 5.14.3 by changing relevant variables --- README.md | 6 +++--- assets/setup/install | 2 +- fig.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 550d17e..46b8b6e 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Dockerfile to build a ActiveMQ container image. ## Version -Current Version: **5.14.3** +Current Version: **5.14.5** # Hardware Requirements @@ -98,7 +98,7 @@ In your issue report please make sure you provide the following information: Pull the image from the docker index. This is the recommended method of installation as it is easier to update image. These builds are performed by the **Docker Trusted Build** service. ```bash -docker pull webcenter/activemq:5.14.3 +docker pull webcenter/activemq:5.14.5 ``` You can also pull the `latest` tag which is built from the repository *HEAD* @@ -146,7 +146,7 @@ docker run --name='activemq' -d \ -p 8161:8161 \ -p 61616:61616 \ -p 61613:61613 \ -webcenter/activemq:5.14.3 +webcenter/activemq:5.14.5 ``` diff --git a/assets/setup/install b/assets/setup/install index b1b9ad3..075b20f 100644 --- a/assets/setup/install +++ b/assets/setup/install @@ -2,7 +2,7 @@ set -e -ACTIVEMQ_VERSION="5.14.3" +ACTIVEMQ_VERSION="5.14.5" ACTIVEMQ_HOME="/opt/activemq" SETUP_DIR="/app/setup" LOG_DIR="/var/log" diff --git a/fig.yml b/fig.yml index ef18e4d..9f9b01c 100644 --- a/fig.yml +++ b/fig.yml @@ -1,2 +1,2 @@ activemq: - image: webcenter/activemq:5.14.3 + image: webcenter/activemq:5.14.5 From b201d8dac4e6292b632d05b7a316b995c240e742 Mon Sep 17 00:00:00 2001 From: Erlend Nossum Date: Thu, 27 Jul 2017 08:57:47 +0200 Subject: [PATCH 2/2] Upgraded activemq to 5.15.0 --- README.md | 6 +++--- assets/setup/install | 2 +- fig.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 46b8b6e..1802ea3 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Dockerfile to build a ActiveMQ container image. ## Version -Current Version: **5.14.5** +Current Version: **5.15.0** # Hardware Requirements @@ -98,7 +98,7 @@ In your issue report please make sure you provide the following information: Pull the image from the docker index. This is the recommended method of installation as it is easier to update image. These builds are performed by the **Docker Trusted Build** service. ```bash -docker pull webcenter/activemq:5.14.5 +docker pull webcenter/activemq:5.15.0 ``` You can also pull the `latest` tag which is built from the repository *HEAD* @@ -146,7 +146,7 @@ docker run --name='activemq' -d \ -p 8161:8161 \ -p 61616:61616 \ -p 61613:61613 \ -webcenter/activemq:5.14.5 +webcenter/activemq:5.15.0 ``` diff --git a/assets/setup/install b/assets/setup/install index 075b20f..ea2224c 100644 --- a/assets/setup/install +++ b/assets/setup/install @@ -2,7 +2,7 @@ set -e -ACTIVEMQ_VERSION="5.14.5" +ACTIVEMQ_VERSION="5.15.0" ACTIVEMQ_HOME="/opt/activemq" SETUP_DIR="/app/setup" LOG_DIR="/var/log" diff --git a/fig.yml b/fig.yml index 9f9b01c..1600445 100644 --- a/fig.yml +++ b/fig.yml @@ -1,2 +1,2 @@ activemq: - image: webcenter/activemq:5.14.5 + image: webcenter/activemq:5.15.0