-
Notifications
You must be signed in to change notification settings - Fork 85
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
Please provide repo for docker-ce on Fedora 29 #430
Comments
Release schedule is currently sitting at October 30 This'll probably be added to nightly builds some point in the near future but may not get added to a stable release immediately. Will update this comment when I have a PR ready. |
The fact this is caused by the intended release policy doesn't make this less annoying for users.
Nobody except a couple of Docker devs benefits from such a policy. |
I find the Docker position odd... Why push people to your own repo (as directed in the docs) on the understanding that it will provide a better experience, and then neglect that repo? The Fedora schedule is well publicised and well understood, why is it so hard to stay (relatively) in step? |
also no point in enabling nightly as containerd.io is missing so install will fail anyways. |
@brumle80 You can workaround this by installing containerd.io from F28, works fine. Might be a good alternative until stable F29 is ready. # from F29
dnf install https://download.docker.com/linux/fedora/29/x86_64/nightly/Packages/docker-ce-cli-0.0.0.20181027050239.c7c18e3-0.fc29.x86_64.rpm
# from F28, as the docker-ce requires `containerd.io` to be installed (instead of containerd in system?)
dnf install https://download.docker.com/linux/fedora/28/x86_64/stable/Packages/containerd.io-1.2.0-2.2.rc.2.1.fc28.x86_64.rpm
# from F29
dnf install https://download.docker.com/linux/fedora/29/x86_64/nightly/Packages/docker-ce-0.0.0.20181027050239.c7c18e3-0.fc29.x86_64.rpm |
Keep in mind there is not unlimited resources. Packaging work is gruesome, and I suspect will require a complete overhaul of how packages are built here in order to support unreleased distro versions. This work, I'm told, is scheduled but will take some time. Reality rarely reflects ideals. |
Fedora 29 was just released yesterday... I'm willing to be patient as it's not like anyone's holding a gun to my head forcing me to stop using Fedora 27 and 28 today. As @cpuguy83 says, packaging maintenance is not trivial :) |
@geerlingguy Fedora 27 will have End of Life one month after the release of Fedora 29 btw |
@cpuguy83 if guys from |
@lig I understand your frustration and so does everyone who actually works on this. Keep in mind that maybe there is more involved than you understand from your past experience. If it was simple and quick it would be done. Stability of existing and ongoing releases is of higher importance than adding more to the support matrix. |
Is there a page we can check for support rollout? Similar to comment here: #164 (comment) (or is this issue that page) |
No one said that it is easy. The people are frustrated 'cause they know that it is achievable by looking on nodesource, rpmfusion or bublebee. Docker team could use Fedora 29 beta or even alpha to prepare repo for stable release. This is popular practice for those who care. |
Fedora 29 is not yet supported [^1]. [^1]: docker/for-linux#430
For the moment only the nightly build are available for Fedora 29, if you type |
Hey guys! We're aware that packages do not yet exist for the Going to lock this topic for now and will provide updates when packages become available! As @geekow stated above we have nightlies available for Fedora 29 using: curl -fsSL get.docker.com | CHANNEL=nightly sh |
Update for everyone here! We just released the first beta for Fedora 29! You can install it once again with the convenience script:
|
Let me close this ticket, as this is really old now (and we have packages for current fedora versions) |
Expected behavior
Installation on Fedora 29 should have a $releasever available.
Actual behavior
Installation path for 29 is missing from https://download.docker.com/linux/fedora/
Steps to reproduce the behavior
`sudo dnf config-manager
--add-repo
https://download.docker.com/linux/fedora/docker-ce.repo
sudo dnf install docker-ce`
Same issue as reported for fedora 26 originally:
#35
The text was updated successfully, but these errors were encountered: