소스 검색

fix version marshalling

reid 2 년 전
부모
커밋
fd62c191b1
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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