Skip to content

Commit

Permalink
Merge pull request #5149 from nwmac/add-both-docker-26-options
Browse files Browse the repository at this point in the history
Add 26.0.x docker version into the managed list
  • Loading branch information
nwmac committed Jun 26, 2024
2 parents 691aca3 + 2f0a370 commit c9a7cde
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/shared/addon/components/form-engine-opts/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ export default Component.extend({
label: 'v26.1.x',
value: 'https://releases.rancher.com/install-docker/26.1.sh'
},
{
label: 'v26.0.x',
value: 'https://releases.rancher.com/install-docker/26.0.sh'
},
{
label: 'v25.0.x',
value: 'https://releases.rancher.com/install-docker/25.0.sh'
Expand Down

0 comments on commit c9a7cde

Please sign in to comment.