Skip to content

Commit

Permalink
Merge pull request #5195 from eva-vashkevich/docker_install_urls_10
Browse files Browse the repository at this point in the history
[2.10] Add docker install URL for 27.3 and 27.4
  • Loading branch information
eva-vashkevich authored Jan 3, 2025
2 parents 8f3ef19 + 13a06cd commit ba4c2a0
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: 'v27.4.x',
value: 'https://releases.rancher.com/install-docker/27.4.sh'
},
{
label: 'v27.3.x',
value: 'https://releases.rancher.com/install-docker/27.3.sh'
},
{
label: 'v27.2.x',
value: 'https://releases.rancher.com/install-docker/27.2.sh'
Expand Down

0 comments on commit ba4c2a0

Please sign in to comment.