Explorar o código

fix version marshalling

reid %!s(int64=2) %!d(string=hai) anos
pai
achega
fd62c191b1
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      docker/docker.go

+ 0 - 1
docker/docker.go

@@ -243,7 +243,6 @@ func StartContainer(containerName string, containerType string) (structs.Contain
 // so we can easily get the correct repo/release channel/tag/hash
 func GetLatestContainerInfo(containerType string) (map[string]string, error) {
 	var res map[string]string
-	conf := config.Conf()
 	arch := config.Architecture
 	hashLabel := arch + "_sha256"
 	versionInfo := config.VersionInfo