-
Notifications
You must be signed in to change notification settings - Fork 261
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
[backport v2.9.next1] Add "v27.0.x" and "v27.1.x" options for "Docker Install URL" #11530
Comments
@aalves08 / @richard-cox (FYI @gaktive ), we've moved rancher/rancher#46326 to |
PR reverted @snasovich (FYI @gaktive ) |
Hello Team, KDM and install-docker PRs are merged and I have drafted the PR for rancher/rancher |
@gaktive Docker v27.0.x and v27.1.x are released, https://releases.rancher.com/install-docker/27.1.sh points to 27.1.1. |
This is a backport issue for #11523, automatically created via GitHub Actions workflow initiated by @richard-cox
See rancher/rancher#46455 for dependent backend changes
Original issue body:
Is your feature request related to a problem? Please describe.
As part of rancher/rancher#46326 we're adding support for Docker 27.0.x and 27.1.x.
Describe the solution you'd like
UI dropdowns that allow picking "Docker Install URL" (e.g. on Node Template details page - not sure where else it may be referenced) should have the following new items available:
https://releases.rancher.com/install-docker/27.1.sh
https://releases.rancher.com/install-docker/27.0.sh
Note: Handling of default option (and addition of " (Recommended)" text) is handled via
engine-install-url
setting on backend that will be updated as part of rancher/rancher#46326 and should be validated on that issue.Describe alternatives you've considered
Note "Docker Install URL" is editable and doesn't limit users to only the choices available, so they can specify other URLs manually as well before this enhancement is done.
Additional Information
See #10996 on how it was handled last time for Docker 26.1
Testing
To test, go to create a Digital Ocean cluster, click on 'Add Node Template', select a credential and click Next. Expand 'Engine Options' and verify that the new Docker Install URLs appear correctly, e.g.
The text was updated successfully, but these errors were encountered: