mirror of
https://github.com/rancher/os.git
synced 2025-09-03 07:44:21 +00:00
Move multiple user-docker images to rancher/os-dind
This commit is contained in:
@@ -25,6 +25,7 @@ const (
|
||||
SystemImages = "images-system.tar"
|
||||
Debug = false
|
||||
SystemDockerBin = "/usr/bin/system-dockerd"
|
||||
DefaultDind = "rancher/os-dind:17.12.1"
|
||||
|
||||
DetachLabel = "io.rancher.os.detach"
|
||||
CreateOnlyLabel = "io.rancher.os.createonly"
|
||||
@@ -77,6 +78,10 @@ var (
|
||||
"rancher.autologin",
|
||||
"EXTRA_CMDLINE",
|
||||
}
|
||||
SupportedDinds = []string{
|
||||
"rancher/os-dind:17.12.1",
|
||||
"rancher/os-dind:18.03.1",
|
||||
}
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
Reference in New Issue
Block a user