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

3.x: Get JDK and linux images from container-registry.oracle.com #8741

Merged
merged 3 commits into from May 10, 2024

Conversation

barchetta
Copy link
Member

@barchetta barchetta commented May 9, 2024

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

Also use linux image from container-registry.oracle.com

See #5209

Documentation

No impact

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label May 9, 2024
@barchetta barchetta self-assigned this May 9, 2024
@barchetta barchetta added 3.x Issues for 3.x version branch archetypes labels May 9, 2024
@barchetta barchetta merged commit b805a51 into helidon-io:helidon-3.x May 10, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.x Issues for 3.x version branch archetypes 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

3 participants