Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker-ce package pin #14

Closed
dragonsmith opened this issue Sep 17, 2018 · 2 comments
Closed

docker-ce package pin #14

dragonsmith opened this issue Sep 17, 2018 · 2 comments

Comments

@dragonsmith
Copy link
Member

docker-ce package version pin is broken on Ubuntu 16:

# apt-cache policy docker-ce | grep '\*\*\*'
 *** 17.03.2~ce-0~ubuntu-xenial 500
# cat /etc/apt/preferences.d/docker-ce.pref
Package: docker-ce
Pin: version 17.03.2~ubuntu-xenial
Pin-Priority: 700```
@Bregor
Copy link
Contributor

Bregor commented Sep 17, 2018

# apt-cache madison docker-ce|grep -E '17.[0-9\.]+~ce-0~ubuntu '
docker-ce | 17.12.1~ce-0~ubuntu | https://download.docker.com/linux/ubuntu xenial/stable amd64 Packages
docker-ce | 17.12.0~ce-0~ubuntu | https://download.docker.com/linux/ubuntu xenial/stable amd64 Packages
docker-ce | 17.09.1~ce-0~ubuntu | https://download.docker.com/linux/ubuntu xenial/stable amd64 Packages
docker-ce | 17.09.0~ce-0~ubuntu | https://download.docker.com/linux/ubuntu xenial/stable amd64 Packages
docker-ce | 17.06.2~ce-0~ubuntu | https://download.docker.com/linux/ubuntu xenial/stable amd64 Packages
docker-ce | 17.06.1~ce-0~ubuntu | https://download.docker.com/linux/ubuntu xenial/stable amd64 Packages
docker-ce | 17.06.0~ce-0~ubuntu | https://download.docker.com/linux/ubuntu xenial/stable amd64 Packages

There is no more 17.03~ce-0~ubuntu in main repo.

@Bregor
Copy link
Contributor

Bregor commented Sep 17, 2018

Fixed in d75d5e5

@Bregor Bregor closed this as completed Sep 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants