-
Notifications
You must be signed in to change notification settings - Fork 86
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 18.09.11 and 18.09.10 packages not found for Ubuntu 16.04 and 18.04 #898
Comments
Docker CE only goes to 18.09.9 (there is no 18.09.10). |
Seems like maybe there might be a Docker EE for 18.09.10+? |
@cpuguy83 thanks for taking at look at the issue. I'm assuming we would need one for Docker CE as well? I see that CVEs and other commits have been backported to docker-ce If I can help in anyway, I'd be happy to. @cpuguy83 whom would I need to ping? :-) |
@sarun87 18.09 is no longer in support. Is there an issue with upgrading to 19.03? |
"It" being 19.03. 18.09 is much older. |
@cpuguy83 That's true. 19.03 has been out for almost a year now. Is 18.09 out of support for CVE patch backports as well? The reason I ask is because I do see the backport commits in the 18.09 branch, just that it's not tagged as a release. We run k8s with docker runtime in production and up to K8s 1.16 the latest validated docker versions have been 18.09.
As of the latest k8s version 1.17, docker 19.03 has been validated, https://kubernetes.io/docs/setup/release/notes/
|
Docker CE 18.09 reached EOL, but some commits were merged in the 18.09 branch in docker/engine; those were released as part of the Docker EE 18.09 (18.09.10 and 18.09.11) docker enterprise releases (docker enterprise 18.09 is still supported)
An updated version of runc will be included in the containerd.io 1.2.11 package (which is currently being worked on). So if you're installing docker-ce from the .deb or .rpm packages, you can upgrade If you're installing docker 18.09 from the static binaries ( (Note: for future releases, we're discussing changing the static |
Thanks @thaJeztah for the update and pointers on the best way to consume those CVE patches in production. I will go ahead and close this issue. Could you point me to the discussion around changing the static |
I'd have to look if there's a public issue (it's related to various things around packaging); these issues are related to that though:
|
18.09.11 addresses two CVE's : CVE-2019-16884 and CVE-2019-13509. Would be great if these 18.9.11 artifacts are published.
Expected behavior
docker-ce package with version 18.09.10 and 18.09.11 should be found.
Actual behavior
docker-ce package versions 18.09.0 to 18.09.9 exist. patches .10 and .11 not found.
Steps to reproduce the behavior
Followed installation steps as per https://docs.docker.com/install/linux/docker-ce/ubuntu/
Output of
docker version
:Output of
docker info
:Additional environment details (AWS, VirtualBox, physical, etc.)
Ubuntu 18.04 cloud-init image
The text was updated successfully, but these errors were encountered: