Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add jre8 versions #5

Merged
merged 1 commit into from Nov 25, 2014
Merged

Add jre8 versions #5

merged 1 commit into from Nov 25, 2014

Conversation

yosifkit
Copy link
Member

Fixes #4

Much changes.

$ diff -Nru 8-jre7/Dockerfile 8-jre8/Dockerfile
--- 8-jre7/Dockerfile   2014-11-20 13:31:53.587697874 -0800
+++ 8-jre8/Dockerfile   2014-11-20 13:31:54.319665844 -0800
@@ -1,4 +1,4 @@
-FROM java:7-jre
+FROM java:8-jre

 # add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
 RUN groupadd -r tomcat && useradd -r --create-home -g tomcat tomcat

It should have no compatibility problems according to the apache tomcat site.

Each version of Tomcat is supported for any stable Java release that meets the requirements of the final column in the table above.

@tianon
Copy link
Member

tianon commented Nov 25, 2014

Totally insane. LGTM

tianon added a commit that referenced this pull request Nov 25, 2014
@tianon tianon merged commit 6611537 into docker-library:master Nov 25, 2014
@tianon tianon deleted the jre8 branch November 25, 2014 07:03
tianon added a commit to infosiftr/stackbrew that referenced this pull request Nov 26, 2014
- `docker-dev`: `1.3.2`
- `golang`: support for Go 1.4 "Custom Import Paths" (docker-library/golang#32)
- `python`: smaller and `--enable-shared` (docker-library/python#23); slim variants (docker-library/python#24)
- `tomcat`: jre8 versions (docker-library/tomcat#5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JDK8-support
2 participants