apache / openwhisk-runtime-java

Apache OpenWhisk Runtime Java supports Apache OpenWhisk functions written in Java and other JVM-hosted languages
https://openwhisk.apache.org/
Apache License 2.0
46 stars 63 forks source link

Add BuildArgs for Docker build. #75

Closed jonpspri closed 4 years ago

jonpspri commented 5 years ago

Version bump for the AdoptOpenJDK image to bring it to the latest released version and...

The processing of the --buildArgs option in docker.gradle seems to have been broken for a long time. I've fixed that problem to give the option of using an ARG to specify a docker repository for AdoptOpenJDK downloads. Why? I've been putting together a repository of multi-architecture images that may be ahead of the core repository (including an Alpine image if anyone's interested).

This change should be transparent to most users because the ARG in question defaults to the docker.io library.

jonpspri commented 5 years ago

Whoops. Looks like Travis is still using an old Docker. Will look into what it'll take to fix that.

dgrove-oss commented 4 years ago

closing as stale