wuestkamp / cka-example-environments

112 stars 94 forks source link

Fix install error for docker.io #5

Closed shebang42 closed 4 years ago

shebang42 commented 4 years ago

docker.io=18.09.7-0ubuntu1~18.04.4 no longer available in repo. Install won't complete.

vagrant@cluster1-master1:~$ apt-cache madison docker.io
 docker.io | 19.03.6-0ubuntu1~18.04.2 | http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages
 docker.io | 19.03.6-0ubuntu1~18.04.2 | http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages
 docker.io | 17.12.1-0ubuntu1 | http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
wuestkamp commented 4 years ago

Thanks! Any reason why we should not just install docker.io without specific version, for be future proof?

shebang42 commented 4 years ago

You're right, that might be a better option. This issue might happen again if you're pinning the version. Feel free to reject this PR.

wuestkamp commented 4 years ago

Awesome, thanks for making aware of this error! :)