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

Cannot fetch artifacts from Sonatype #1

Open
MateuszKubuszok opened this issue May 22, 2018 · 0 comments
Open

Cannot fetch artifacts from Sonatype #1

MateuszKubuszok opened this issue May 22, 2018 · 0 comments

Comments

@MateuszKubuszok
Copy link

MateuszKubuszok commented May 22, 2018

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.

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

No branches or pull requests

1 participant