markusthoemmes commented on a change in pull request #2729: add support for 
multiple versions of ubuntu
URL: 
https://github.com/apache/incubator-openwhisk/pull/2729#discussion_r145144663
 
 

 ##########
 File path: tools/ubuntu-setup/docker.sh
 ##########
 @@ -14,7 +14,7 @@ sudo apt-cache policy docker-engine
 sudo apt-get -y install linux-image-extra-$(uname -r)
 
 # DOCKER
-sudo apt-get install -y --force-yes docker-engine=1.12.0-0~trusty
+sudo apt-get install -y --force-yes docker-engine
 
 Review comment:
   This is a bit dangerous. While OpenWhisk works on newer docker versions 
perfectly fine, it is not CIed as of today. We got bitten by docker version 
regressions so we very carefully update and today recommend using 1.12 for 
anything close to a production environment.
 
----------------------------------------------------------------
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