You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2018/02/08 19:19:14 UTC

[incubator-openwhisk] branch master updated: Pin docker engine version on ubuntu (#3261)

This is an automated email from the ASF dual-hosted git repository.

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 790b7c8  Pin docker engine version on ubuntu (#3261)
790b7c8 is described below

commit 790b7c8b080ea1cc171324779ec1bce2a1c7ab1b
Author: Olivier Tardieu <ta...@users.noreply.github.com>
AuthorDate: Thu Feb 8 14:19:11 2018 -0500

    Pin docker engine version on ubuntu (#3261)
---
 tools/ubuntu-setup/docker.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/ubuntu-setup/docker.sh b/tools/ubuntu-setup/docker.sh
index 08f53bb..337c5cf 100755
--- a/tools/ubuntu-setup/docker.sh
+++ b/tools/ubuntu-setup/docker.sh
@@ -15,6 +15,7 @@ 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-mark hold docker-engine
 
 # enable (security - use 127.0.0.1)
 sudo -E bash -c 'echo '\''DOCKER_OPTS="-H tcp://0.0.0.0:4243 -H unix:///var/run/docker.sock --storage-driver=aufs"'\'' >> /etc/default/docker'

-- 
To stop receiving notification emails like this one, please contact
rabbah@apache.org.