Skip to content

Commit

Permalink
Downgrade docker from 17.12.0 back to 17.09.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afbjorklund authored and dlorenc committed Jan 17, 2018
1 parent 565094e commit 047be76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions deploy/iso/minikube-iso/package/docker-bin/docker-bin.hash
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
sha256 893e3c6e89c0cd2c5f1e51ea41bc2dd97f5e791fcfa3cee28445df277836339d docker-1.11.1.tgz
sha256 cadc6025c841e034506703a06cf54204e51d0cadfae4bae62628ac648d82efdd docker-1.12.6.tgz
sha256 e582486c9db0f4229deba9f8517145f8af6c5fae7a1243e6b07876bd3e706620 docker-17.06.0-ce.tgz
sha256 a9e90a73c3cdfbf238f148e1ec0eaff5eb181f92f35bdd938fd7dab18e1c4647 docker-17.09.0-ce.tgz
sha256 77d3eaa72f2b63c94ea827b548f4a8b572b754a431c59258e3f2730411f64be7 docker-17.09.1-ce.tgz
sha256 692e1c72937f6214b1038def84463018d8e320c8eaf8530546c84c2f8f9c767d docker-17.12.0-ce.tgz
2 changes: 1 addition & 1 deletion deploy/iso/minikube-iso/package/docker-bin/docker-bin.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

DOCKER_BIN_VERSION = 17.12.0-ce
DOCKER_BIN_VERSION = 17.09.0-ce
DOCKER_BIN_SITE = https://download.docker.com/linux/static/stable/x86_64
DOCKER_BIN_SOURCE = docker-$(DOCKER_BIN_VERSION).tgz

Expand Down

4 comments on commit 047be76

@Nowaker
Copy link

@Nowaker Nowaker commented on 047be76 Feb 9, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@afbjorklund What was the reason for downgrade? Thanks!

@r2d4
Copy link
Contributor

@r2d4 r2d4 commented on 047be76 Feb 9, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@afbjorklund
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dlorenc : as was mentioned in the issue itself (#2427 (comment)), I didn't run correctly.

It would be interesting to see if someone could reproduce it, and I also wonder if this is related to the excessive use of bind mounts somehow ? I can run Localkube 1.9.0 on Docker Machine with 17.12 (and 18.01) fine...

@afbjorklund
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Turns out that the reason for that it doesn't work with 17.12.0 is because it doesn't honor DOCKER_RAMDISK with containerd 1.0. Fortunately that has been fixed in 18.02, so we will be able to upgrade to stable 18.03

Please sign in to comment.