Use go generate for dockerversion
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
b12c4ac55a
commit
b71b5dd0d4
3 changed files with 15 additions and 12 deletions
12
script/dockerversion
Normal file
12
script/dockerversion
Normal file
|
@ -0,0 +1,12 @@
|
|||
// AUTOGENERATED FILE; see /go/src/github.com/docker/docker/hack/make/.go-autogen
|
||||
package dockerversion
|
||||
|
||||
var (
|
||||
GITCOMMIT string = "traefik-import"
|
||||
VERSION string = "traefik-import"
|
||||
BUILDTIME string = "traefik-import"
|
||||
|
||||
IAMSTATIC string = "traefik-import"
|
||||
INITSHA1 string = "traefik-import"
|
||||
INITPATH string = "traefik-import"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue