Revert "dockerversion placeholder for library-import"

This reverts commit d5cd032a86617249eadd7142227c5355ba9164b4.

Commit caused issues on systems with case-insensitive filesystems.
Revert for now

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
Upstream-commit: b78ca243d9fc25d81c1b50008ee69f3e71e940f6
Component: engine
This commit is contained in:
Brian Goff
2015-10-27 21:19:14 -04:00
parent 3babd01129
commit cc55863497
21 changed files with 51 additions and 71 deletions

View File

@ -8,9 +8,9 @@ import (
"sync"
"github.com/Sirupsen/logrus"
"github.com/docker/docker/autogen/dockerversion"
"github.com/docker/docker/daemon/execdriver"
"github.com/docker/docker/pkg/parsers"
"github.com/docker/docker/version"
)
// This is a daemon development variable only and should not be
@ -24,7 +24,7 @@ var forceKill bool
// Define name and version for windows
var (
DriverName = "Windows 1854"
Version = version.VERSION + " " + version.GITCOMMIT
Version = dockerversion.VERSION + " " + dockerversion.GITCOMMIT
)
type activeContainer struct {