-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Add new debian & ubuntu edge support #5266
Conversation
@@ -29,6 +29,7 @@ To learn more about Docker EE, see | |||
To install Docker CE, you need the 64-bit version of one of these Ubuntu | |||
versions: | |||
|
|||
- Artful 17.10 (edge only) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It will be in stable as well once the next stable is there (so at that point we can remove that part)
@@ -26,6 +26,7 @@ and distributions for different Docker editions, see | |||
To install Docker CE, you need the 64-bit version of one of these Debian or | |||
Raspbian versions: | |||
|
|||
- Buster (edge only) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wondering if we should add versions to all of these;
- Buster 10 (or
Debian 10 "Buster"
? Not sure what the preferred notation is) - Stretch 9
- Jessie 8 (LTS)
- Wheezy 7.7 (LTS)
Frankly; we should start thinking of removing Wheezy (as it's getting old in the tooth), and it won't even support docker without installing a custom kernel
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree .. but there has been debate about that. I'll just do it. More clarity is always better than less.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ignore the "deprecate wheezy" part, that's just me rambling 😅 - plans were already in place for that, but will be early next year probably
Add Debian Buster and Ubuntu Artful to list of supported OSes in edge only