mirror of
https://github.com/rancher/rke.git
synced 2025-09-04 00:14:49 +00:00
vendor docker 23.0 support data from KDM
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
defaultURL = "https://releases.rancher.com/kontainer-driver-metadata/release-v2.7/data.json"
|
||||
defaultURL = "https://releases.rancher.com/kontainer-driver-metadata/dev-v2.7/data.json"
|
||||
dataFile = "data/data.json"
|
||||
)
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
@@ -12638,7 +12638,8 @@
|
||||
"18.06.x",
|
||||
"18.09.x",
|
||||
"19.03.x",
|
||||
"20.10.x"
|
||||
"20.10.x",
|
||||
"23.0.x"
|
||||
],
|
||||
"1.24": [
|
||||
"1.13.x",
|
||||
@@ -12648,7 +12649,8 @@
|
||||
"18.06.x",
|
||||
"18.09.x",
|
||||
"19.03.x",
|
||||
"20.10.x"
|
||||
"20.10.x",
|
||||
"23.0.x"
|
||||
],
|
||||
"1.25": [
|
||||
"1.13.x",
|
||||
@@ -12658,7 +12660,8 @@
|
||||
"18.06.x",
|
||||
"18.09.x",
|
||||
"19.03.x",
|
||||
"20.10.x"
|
||||
"20.10.x",
|
||||
"23.0.x"
|
||||
],
|
||||
"1.8": [
|
||||
"1.11.x",
|
||||
|
Reference in New Issue
Block a user