From 70895a51fa565f423165e4697cff64f5122ec127 Mon Sep 17 00:00:00 2001 From: Keith Hazelton Date: Thu, 4 Apr 2019 19:20:20 -0500 Subject: [PATCH 1/3] updated build status URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba3546b..de8a207 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://jenkins.testbed.tier.internet2.edu/job/docker/job/midPoint_container/job/master/badge/icon)](https://jenkins.testbed.tier.internet2.edu/job/docker/job/midPoint_container/job/master/) +[![Build Status](https://jenkins.testbed.tier.internet2.edu/buildStatus/icon?job=docker/midPoint_container/3.9)](https://jenkins.testbed.tier.internet2.edu/buildStatus/icon?job=docker/midPoint_container/3.9) This repository contains sources for TIER-supported [midPoint](http://midpoint.evolveum.com) image. From 07f29a340f2df9fb1ff5252ff35a1565fc20c295 Mon Sep 17 00:00:00 2001 From: Keith Hazelton Date: Thu, 4 Apr 2019 19:21:42 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de8a207..d7d1736 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The image contains the midPoint application along with some TIER-specific compon # Supported tags - latest -- midPoint version-specific tags, e.g. 3.9, 3.9.1, 4.0, etc. +- midPoint version-specific branches, e.g. 3.9, 3.9.1, 4.0, etc. # Content - the root directory contains build instructions for the `midpoint` image From 55c04ccac0a3f9a04bc004ed065eaf4a8aeae925 Mon Sep 17 00:00:00 2001 From: Lubomir Marton Date: Wed, 2 Oct 2019 08:01:52 +0200 Subject: [PATCH 3/3] Update Dockerfile Switch to Java 11 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 94bcac4..de4aa27 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems RUN curl -o /etc/yum.repos.d/zulu.repo http://repos.azulsystems.com/rhel/zulu.repo RUN yum -y update RUN yum -y install \ - zulu-8 \ + zulu-11 \ cron \ supervisor \ libcurl \