|
@@ -241,6 +241,7 @@ func StartContainer(containerName string, containerType string) (structs.Contain
|
|
|
|
|
|
|
|
// convert the version info back into json then a map lol
|
|
// convert the version info back into json then a map lol
|
|
|
// so we can easily get the correct repo/release channel/tag/hash
|
|
// so we can easily get the correct repo/release channel/tag/hash
|
|
|
|
|
+// note: this is probably no longer necessary! just reference VersionInfo in future
|
|
|
func GetLatestContainerInfo(containerType string) (map[string]string, error) {
|
|
func GetLatestContainerInfo(containerType string) (map[string]string, error) {
|
|
|
var res map[string]string
|
|
var res map[string]string
|
|
|
arch := config.Architecture
|
|
arch := config.Architecture
|