From 99450ccdd47a74195ce04fe6f52c90ed1dc497e1 Mon Sep 17 00:00:00 2001 From: Josh Curl Date: Tue, 23 Feb 2016 08:59:58 -0800 Subject: [PATCH] Rename SELinux tools image --- cmd/control/selinux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/control/selinux.go b/cmd/control/selinux.go index 685fed1f..1b72472e 100644 --- a/cmd/control/selinux.go +++ b/cmd/control/selinux.go @@ -49,7 +49,7 @@ func selinuxCommand() cli.Command { "-v", "/etc/selinux:/etc/selinux", "-v", "/var/lib/selinux:/var/lib/selinux", "-v", "/usr/share/selinux:/usr/share/selinux", - fmt.Sprintf("rancher/selinuxtools:%s", config.VERSION), "bash"} + fmt.Sprintf("rancher/os-selinuxtools:%s", config.VERSION), "bash"} syscall.Exec("/bin/system-docker", argv, []string{}) }