diff --git a/Dockerfile b/Dockerfile index 7eb318d968852c1cc6f1da1b5bb2658eb3b5a8e9..3d93e320e4ead7789f25cf5b1fef2da5eb75357d 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 7bcae3ff3a7d5290bb79c74465e91d9e884e473f..02051f3ade8693d5fdd43c294719351ce6c1270a 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 874a8a883e4671c368397dde8ba2e77145f3cde9..8e361d1a9b9a309162d7bb9cb0c99dded5d897aa 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