From b056338879c4027b9c8bfdb2128e79bdf217cf77 Mon Sep 17 00:00:00 2001 From: Alexandre Alves <97888974+aalves08@users.noreply.github.com> Date: Thu, 1 Aug 2024 14:42:20 +0100 Subject: [PATCH] update available docker engines (#5158) --- lib/shared/addon/components/form-engine-opts/component.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/shared/addon/components/form-engine-opts/component.js b/lib/shared/addon/components/form-engine-opts/component.js index 690db8cf29..022e5e5498 100644 --- a/lib/shared/addon/components/form-engine-opts/component.js +++ b/lib/shared/addon/components/form-engine-opts/component.js @@ -47,6 +47,14 @@ export default Component.extend({ } catch (_err) {} let out = [ + { + label: 'v27.1.x', + value: 'https://releases.rancher.com/install-docker/27.1.sh' + }, + { + label: 'v27.0.x', + value: 'https://releases.rancher.com/install-docker/27.0.sh' + }, { label: 'v26.1.x', value: 'https://releases.rancher.com/install-docker/26.1.sh'