We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Because of oracle/graal#378 when I am using scala-graalvm-docker images with CI build with (among others) Sonatype repos, then build might fail.
I found a workaround which works for me:
RUN ORACLE_JRE_URL='http://download.oracle.com/otn-pub/java/jdk/8u171-b11/512cd62ec5174c3487ac17c61aaa89e8/jdk-8u171-linux-x64.tar.gz' && \ curl -jkL -H "Cookie: oraclelicense=accept-securebackup-cookie" $ORACLE_JRE_URL | tar -zxvf - --directory $GRAALVM_HOME --wildcards "*/jre/lib/security/cacerts" --strip-components 1
however, it would be nice if these certs were supplied out of the box.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Because of oracle/graal#378 when I am using scala-graalvm-docker images with CI build with (among others) Sonatype repos, then build might fail.
I found a workaround which works for me:
however, it would be nice if these certs were supplied out of the box.
The text was updated successfully, but these errors were encountered: