This repository has been archived by the owner on Jan 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'jdk8' : Windup 3 has got Java 8 as minimum now
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Use latest jboss/base-jdk:7 image as the base | ||
FROM jboss/base-jdk:7 | ||
# 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 <[email protected]> | ||
|
||
# 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters