mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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"
|
Version string = "library-import"
|
||||||
BuildTime string = "library-import"
|
BuildTime string = "library-import"
|
||||||
IAmStatic string = "library-import"
|
IAmStatic string = "library-import"
|
||||||
|
ContainerdCommitID string = "library-import"
|
||||||
|
RuncCommitID string = "library-import"
|
||||||
|
InitCommitID string = "library-import"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue