1
0
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:
niusmallnan
2018-12-13 10:24:08 +08:00
parent 846bb25ecb
commit 1b15e7ae36
2 changed files with 16 additions and 15 deletions

View File

@@ -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() {