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
|
@ -10,4 +10,7 @@ const (
|
|||
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