mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
dockerversion placeholder for library import
- Add a *version* file placeholder. - Update autogen and builds to use it and an autogen build flag Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
1eafc7264c
commit
8054a30387
23 changed files with 81 additions and 61 deletions
16
dockerversion/version_lib.go
Normal file
16
dockerversion/version_lib.go
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
// +build !autogen
|
||||
|
||||
// Package dockerversion is auto-generated at build-time
|
||||
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"
|
||||
InitSHA1 string = "library-import"
|
||||
InitPath string = "library-import"
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue