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 jdk12 #92

Closed
wants to merge 1 commit into from
Closed

add jdk12 #92

wants to merge 1 commit into from

Conversation

davidkarlsen
Copy link

@davidkarlsen davidkarlsen commented Apr 4, 2019

Offer jdk12


This change is Reviewable

Copy link

@vvanholl vvanholl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In order to make it work, you must add these lines

RUN yum update --assumeyes && \
    yum install --assumeyes wget unzip && \
    yum clean all

ENV LANG=en_US.utf-8
ENV LC_ALL=en_US.utf-8

@vvanholl
Copy link

vvanholl commented Apr 4, 2019

I also forgot package procps

@vvanholl
Copy link

vvanholl commented Apr 4, 2019

In reality this is very difficult since jdk12 switched to Oracle Linux in place of Debian

@vvanholl
Copy link

vvanholl commented Apr 4, 2019

And I am sure other components could miss :(

@keeganwitt
Copy link
Owner

Are you sure they switched to Oracle Linux? My interpretation was that there just wasn't a Debian package available yet. Did you see any announcements on the topic?

@keeganwitt
Copy link
Owner

If you have no objection, I'll close this in favor of #98. However, if you have a reason you need Oracle Linux, we can consider adding that as well (I mentioned that possibility in #91, though no one has expressed interest so far).

@davidkarlsen
Copy link
Author

I think I'd stay away from anything with Oracle in its name - you never know when they change the terms and into what - but the track record the later years has been very hostile.

@keeganwitt keeganwitt closed this May 31, 2019
@davidkarlsen davidkarlsen deleted the jdk12 branch May 31, 2019 22:53
@davidkarlsen davidkarlsen restored the jdk12 branch May 31, 2019 22:53
@davidkarlsen davidkarlsen deleted the jdk12 branch May 31, 2019 22:53
@davidkarlsen davidkarlsen restored the jdk12 branch May 31, 2019 22:53
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.

3 participants