You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by gi...@git.apache.org on 2017/06/01 02:33:12 UTC

[GitHub] bhkim1020 commented on issue #2290: ./gradlew distDocker build failed with two errors

bhkim1020 commented on issue #2290: ./gradlew distDocker build failed with two errors
URL: https://github.com/apache/incubator-openwhisk/issues/2290#issuecomment-305372340
 
 
   @Little-gg I also have a same problem.
   I tried to modify Dockerfile following.
   RUN curl -v --silent --location --retry 3 --cacert /etc/ssl/certs/GeoTrust_Global_CA.pem \
     -b "oraclelicense=a" \
   ~~~~~(the same code as commited)
   
   However, I confirmed the following message and it was not executed ./distDocker
   Is there anyone like me?
   
   Step 12/13 : RUN curl -v --silent --location --retry 3 --cacert /etc/ssl/certs/GeoTrust_Global_CA.pem   -b "oraclelicense=a"   http://download.oracle.com/otn-pub/java/jdk/"${VERSION}"u"${UPDATE}"-b"${BUILD}"/d54c1d3a095b4ff2b6607d096fa80163/server-jre-"${VERSION}"u"${UPDATE}"-linux-x64.tar.gz   | tar xz -C /tmp &&   mkdir -p /usr/lib/jvm && mv /tmp/jdk1.${VERSION}.0_${UPDATE} "${JAVA_HOME}" &&   apt-get autoclean && apt-get --purge -y autoremove &&   rm -rf /tmp/* /var/tmp/*
    ---> Running in bc414b41f07f
   * Hostname was NOT found in DNS cache
   * Could not resolve host: download.oracle.com
   * Closing connection 0
   
   
 
----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services