csantanapr commented on issue #3504: use alpine-java base image (alpine 3.7 + 
oracle 8u162b12_server-jre)
URL: 
https://github.com/apache/incubator-openwhisk/pull/3504#issuecomment-385116582
 
 
   It's available I used a script to list all tags 
   
https://stackoverflow.com/questions/28320134/how-to-list-all-tags-for-a-docker-image-on-a-remote-registry
   
   Also tried in alpine:3.7 to install `apk add --no-cache openjdk8`
   I and it looks the latest version available for alipine is `8.151.12-r0`
   ```
   $ docker run --rm alpine:3.7 apk add --no-cache openjdk8
   ...
   (38/40) Installing openjdk8-jre-base (8.151.12-r0)
   (39/40) Installing openjdk8-jre (8.151.12-r0)
   (40/40) Installing openjdk8 (8.151.12-r0)
   Executing busybox-1.27.2-r7.trigger
   Executing ca-certificates-20171114-r0.trigger
   Executing java-common-0.1-r0.trigger
   OK: 100 MiB in 51 packages
   ```
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to