Change GOPATH from gerrit.opencord.org to github.com/opencord

Ran `go fmt` which did some line reordering after this change

Conformed Makefile to template the imagename and use correct DOCKER_*
build variables

Change-Id: I52734e805698b305cf64eb9238b08f152f68ffd4
diff --git a/core/io_info.go b/core/io_info.go
index 36eb67f..527aaa4 100644
--- a/core/io_info.go
+++ b/core/io_info.go
@@ -20,8 +20,8 @@
 	"errors"
 	"os/exec"
 
-	"gerrit.opencord.org/voltha-bbsim/common/logger"
 	"github.com/google/gopacket/pcap"
+	"github.com/opencord/voltha-bbsim/common/logger"
 	log "github.com/sirupsen/logrus"
 )