Skip to content

Commit

Permalink
Merge pull request #5142 from nwmac/add-docker-26
Browse files Browse the repository at this point in the history
Add docker 26 option
  • Loading branch information
nwmac committed May 20, 2024
2 parents 52dd792 + 1e8d296 commit a7ddae6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/shared/addon/components/form-engine-opts/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ export default Component.extend({
} catch (_err) {}

let out = [
{
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'
},
{
label: 'v24.0.x',
value: 'https://releases.rancher.com/install-docker/24.0.sh'
Expand Down

0 comments on commit a7ddae6

Please sign in to comment.