You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/03/18 17:48:01 UTC

[GitHub] [spark] vanzin commented on issue #24111: [SPARK-27178][k8s] add nss to the spark/k8s Dockerfile

vanzin commented on issue #24111: [SPARK-27178][k8s] add nss to the spark/k8s Dockerfile
URL: https://github.com/apache/spark/pull/24111#issuecomment-474028479
 
 
   Actually I wonder if this has been fixed already upstream. Since both the jdk and the base libs come from the base image, it would be a bug in the base image if this library were missing.
   
   With the latest openjdk:8-alpine:
   
   ```
   $ docker run -it openjdk:8-alpine
   / # java -version
   openjdk version "1.8.0_191"
   OpenJDK Runtime Environment (IcedTea 3.10.0) (Alpine 8.191.12-r0)
   OpenJDK 64-Bit Server VM (build 25.191-b12, mixed mode)
   / # ls -l /usr/lib/libnss3.so
   lrwxrwxrwx    1 root     root            13 Mar  8 02:13 /usr/lib/libnss3.so -> libnss3.so.41
   ```
   
   Not sure if the IT scripts are forcing the image to refresh or use a cached version, though...
   
   
   

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org