Skip to content

Commit

Permalink
Merge pull request #5137 from rancher/gha-portpr-8745008076-1
Browse files Browse the repository at this point in the history
[backport v2.8.next1] Add docker 24.0.x support
  • Loading branch information
rak-phillip authored Apr 18, 2024
2 parents 3caf928 + 03fb017 commit 8160702
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 @@ -47,6 +47,10 @@ export default Component.extend({
} catch (_err) {}

let out = [
{
label: 'v24.0.x',
value: 'https://releases.rancher.com/install-docker/24.0.sh'
},
{
label: 'v23.0.x',
value: 'https://releases.rancher.com/install-docker/23.0.sh'
Expand Down

0 comments on commit 8160702

Please sign in to comment.