dockerversion: add other binaries to _lib.go
Otherwise it's impossible to build without autogen tag Signed-off-by: Alexander Morozov <lk4d4@docker.com>
This commit is contained in:
parent
19c16fd95e
commit
f3d628129e
1 changed files with 7 additions and 4 deletions
|
@ -6,8 +6,11 @@ package dockerversion
|
|||
// Default build-time variable for library-import.
|
||||
// This file is overridden on build with build-time informations.
|
||||
const (
|
||||
GitCommit string = "library-import"
|
||||
Version string = "library-import"
|
||||
BuildTime string = "library-import"
|
||||
IAmStatic string = "library-import"
|
||||
GitCommit string = "library-import"
|
||||
Version string = "library-import"
|
||||
BuildTime string = "library-import"
|
||||
IAmStatic string = "library-import"
|
||||
ContainerdCommitID string = "library-import"
|
||||
RuncCommitID string = "library-import"
|
||||
InitCommitID string = "library-import"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue