We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 version pin is broken on Ubuntu 16:
docker-ce
# 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```
The text was updated successfully, but these errors were encountered:
# 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.
17.03~ce-0~ubuntu
Sorry, something went wrong.
Fixed in d75d5e5
No branches or pull requests
docker-ce
package version pin is broken on Ubuntu 16:The text was updated successfully, but these errors were encountered: