From 6531e29a866149ff4277be1bbbf9fc2d63175264 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Novotn=C3=BD?= Date: Mon, 14 Sep 2015 17:10:23 +0200 Subject: [PATCH 1/6] based on jdk8 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7f43b9a..5c8471d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use latest jboss/base-jdk:7 image as the base -FROM jboss/base-jdk:7 +FROM jboss/base-jdk:8 # The maintainer of this Docker image MAINTAINER JBoss Windup Team From 9e8fe5f20bec921f9667792d19c1e48097767424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Novotn=C3=BD?= Date: Tue, 13 Oct 2015 13:30:06 +0200 Subject: [PATCH 2/6] Updated to 2.4.0.Final --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5c8471d..440c5e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM jboss/base-jdk:8 MAINTAINER JBoss Windup Team # Set the WINDUP_VERSION env variable -ENV WINDUP_VERSION 2.4.0.CR1 +ENV WINDUP_VERSION 2.4.0.Final # Add the JBoss Windup distribution to /opt, and make windup the owner of the extracted tar content # Make sure the distribution is available from a well-known place From 7cb7c70545b7d1f03e871b674612941199c3b83c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Novotn=C3=BD?= Date: Thu, 5 May 2016 11:59:27 +0200 Subject: [PATCH 3/6] Updated to 2.5.0.Final release --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 440c5e5..7d45c57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ -# Use latest jboss/base-jdk:7 image as the base +# Use latest jboss/base-jdk:8 image as the base FROM jboss/base-jdk:8 # The maintainer of this Docker image MAINTAINER JBoss Windup Team # Set the WINDUP_VERSION env variable -ENV WINDUP_VERSION 2.4.0.Final +ENV WINDUP_VERSION 2.5.0.Final # Add the JBoss Windup distribution to /opt, and make windup the owner of the extracted tar content # Make sure the distribution is available from a well-known place From a1896c6a4de40bfb5c6bacc1a3a9bf7caec593e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Novotn=C3=BD?= Date: Thu, 23 Jun 2016 10:40:52 +0200 Subject: [PATCH 4/6] update to Windup 2.6.0.Final --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7d45c57..5790a80 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM jboss/base-jdk:8 MAINTAINER JBoss Windup Team # Set the WINDUP_VERSION env variable -ENV WINDUP_VERSION 2.5.0.Final +ENV WINDUP_VERSION 2.6.0.Final # Add the JBoss Windup distribution to /opt, and make windup the owner of the extracted tar content # Make sure the distribution is available from a well-known place From 4413e9276f9bec02861e01bb7271fd823694cc56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Novotn=C3=BD?= Date: Mon, 22 Aug 2016 13:15:43 +0200 Subject: [PATCH 5/6] Update to 2.7.0.Final --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5790a80..202a53d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM jboss/base-jdk:8 MAINTAINER JBoss Windup Team # Set the WINDUP_VERSION env variable -ENV WINDUP_VERSION 2.6.0.Final +ENV WINDUP_VERSION 2.7.0.Final # Add the JBoss Windup distribution to /opt, and make windup the owner of the extracted tar content # Make sure the distribution is available from a well-known place From a8d9b0d9ac49538216a624adb705916312d626d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Novotn=C3=BD?= Date: Thu, 9 Feb 2017 12:05:14 +0100 Subject: [PATCH 6/6] Update to 3.0.0.Final released Windup --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 202a53d..d6c5b8c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM jboss/base-jdk:8 MAINTAINER JBoss Windup Team # Set the WINDUP_VERSION env variable -ENV WINDUP_VERSION 2.7.0.Final +ENV WINDUP_VERSION 3.0.0.Final # Add the JBoss Windup distribution to /opt, and make windup the owner of the extracted tar content # Make sure the distribution is available from a well-known place diff --git a/README.md b/README.md index d55aa9d..6332915 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This is a Dockerfile with [JBoss Windup](http://windup.jboss.org/). ## Image internals -This image extends the [`jboss/base-jdk:7`](https://github.com/JBoss-Dockerfiles/base-jdk/tree/jdk7) image which adds the OpenJDK distribution on top of the [`jboss/base`](https://github.com/JBoss-Dockerfiles/base) image. Be aware that the `jboss/base` assume your user and group id on host system is 1000. If your user is different you can have problems with *Permission Denied Error Messages*. Please refer to the README.md for selected images for more info. +This image extends the [`jboss/base-jdk:8`](https://github.com/JBoss-Dockerfiles/base-jdk/tree/jdk8) image which adds the OpenJDK distribution on top of the [`jboss/base`](https://github.com/JBoss-Dockerfiles/base) image. Be aware that the `jboss/base` assume your user and group id on host system is 1000. If your user is different you can have problems with *Permission Denied Error Messages*. Please refer to the README.md for selected images for more info. JBoss Windup is installed in the `/opt/jboss/windup` directory.