From 9f2271a02634171671f712b7bb7aa1ee1821488c Mon Sep 17 00:00:00 2001 From: bhearn Date: Thu, 3 Sep 2020 14:06:45 -0600 Subject: [PATCH] update version to 2.15.0 --- Dockerfile | 4 ++-- Jenkinsfile | 2 +- download.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7eb318d..3d93e32 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG BASE_REGISTRY=registry1.dsop.io -ARG BASE_IMAGE=redhat/openjdk/openjdk8 +ARG BASE_IMAGE=ironbank/redhat/openjdk/openjdk8 ARG BASE_TAG=1.8.0 FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} @@ -7,7 +7,7 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} LABEL name="ActiveMQ Artemis" \ maintainer="bhearn@anchore.com" \ vendor="Apache" \ - version="2.14.0" \ + version="2.15.0" \ release="1" \ summary="Image of ActiveMQ Artemis" \ description="Apache ActiveMQ is an open source, multi-protocol, Java-based messaging server." diff --git a/Jenkinsfile b/Jenkinsfile index 7bcae3f..02051f3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,2 @@ @Library('DCCSCR@master') _ -dccscrPipeline(version: "2.14.0") \ No newline at end of file +dccscrPipeline(version: "2.15.0") \ No newline at end of file diff --git a/download.yaml b/download.yaml index 874a8a8..8e361d1 100644 --- a/download.yaml +++ b/download.yaml @@ -1,7 +1,7 @@ --- resources: - - url: "https://downloads.apache.org/activemq/activemq-artemis/2.14.0/apache-artemis-2.14.0-bin.tar.gz" + - url: "https://downloads.apache.org/activemq/activemq-artemis/2.15.0/apache-artemis-2.15.0-bin.tar.gz" filename: "apache-activemq-artemis.tar.gz" validation: type: "sha512" - value: "84b5a65d8eb2fc8cf3f17df524d586b0c6a2acfa9a09089d5ffdfc1323ff99dfdc775b2e95eec264cfeddc4742839ba9b0f3269351a5c955dd4bbf6d5ec5dfa9" \ No newline at end of file + value: "554da0a6b824c6d1970284887a570cd6b8b1b3229f34380f5446b3c9424219a54ffffedef3af682576901d50b10aafc3ee5c672af0750ed77fa3ace61f382927" \ No newline at end of file -- GitLab