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

4.x: Update Dockerfiles to use jdk-no-fee-term instead of openjdk #8733

Merged
merged 1 commit into from May 9, 2024

Conversation

barchetta
Copy link
Member

Description

Update Dockerfiles to use jdk-no-fee-term JDK instead of openjdk. Related to #5209. Reasons why:

  1. openjdk stops getting updates after the next version of the JDK is released. jdk-no-fee-term gets updates until one year after the next LTS version (so much longer)
  2. Like the openjdk repo, no login is needed. So user experience should not be impacted.

Tip: if for some reason you run into authentication errors with container-registry.oracle.com (even when accessing repositories that should not require authentication) it might be caused by cached expired credentials mucking up the works. Try this:

docker logout container-registry.oracle.com
rm ~/.docker/config.json

Documentation

No change

@barchetta barchetta added examples 4.x Version 4.x labels May 7, 2024
@barchetta barchetta self-assigned this May 7, 2024
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label May 7, 2024
@barchetta barchetta requested a review from danielkec May 8, 2024 20:43
@barchetta barchetta merged commit 74d06e7 into helidon-io:main May 9, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x examples OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants