shaneknapp edited a comment on issue #24111: [SPARK-27178][k8s] add nss to the spark/k8s Dockerfile URL: https://github.com/apache/spark/pull/24111#issuecomment-474038700 > 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... hmm, lemme remove the `nss` package install and re-run the k8s integration tests locally and see what happens.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
