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

Changed the JDK 17 and earlier dockerfiles to download the binaries directly. #2902

Merged
merged 2 commits into from
Jan 14, 2025

Conversation

aureliogrb
Copy link
Member

The updated docker files download the Java Runtime at build time from cloud.oracle.com, using download tokens, instead of asking users to manually download the binaries before building. Likewise, the checksums are downloaded from the site instead of being hard coded. As the Dockerfiles now require build arguments I dropped build.sh script for those releases.

Dropped the docker files that use Oracle Linux 7 as it has reached end of public updates. The least base image now is Oracle Linux 8.

Some dockerfiles had an extension with the Oracle Linux name but the "default" ones did not. Normalized it so that all Dockerfiles now indicate which version of Oracle Linux they use."

…rom cloud.oracle.com, using download tokens, instead of having to be manually updated for all CPUs. Dropped the Oracle Linux 7 dockerfiles. Some dockerfiles had an extension with the Oracle Linux name but the "default" ones did not. Normalized it so that all Dockerfiles now indicate which version of Oracle Linux they use."

Signed-off-by: Aurelio Garcia-Ribeyro <[email protected]>
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jan 14, 2025
@Djelibeybi Djelibeybi merged commit 0f1830b into oracle:main Jan 14, 2025
3 checks passed
@aureliogrb aureliogrb deleted the javadownload branch January 16, 2025 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants