|
@@ -7,14 +7,14 @@ source hack/dockerfile/install/tini.installer
|
|
source hack/dockerfile/install/containerd.installer
|
|
source hack/dockerfile/install/containerd.installer
|
|
|
|
|
|
LDFLAGS="${LDFLAGS} \
|
|
LDFLAGS="${LDFLAGS} \
|
|
- -X github.com/docker/docker/dockerversion.Version=${VERSION} \
|
|
|
|
- -X github.com/docker/docker/dockerversion.GitCommit=${GITCOMMIT} \
|
|
|
|
- -X github.com/docker/docker/dockerversion.BuildTime=${BUILDTIME} \
|
|
|
|
- -X github.com/docker/docker/dockerversion.IAmStatic=${IAMSTATIC:-true} \
|
|
|
|
- -X github.com/docker/docker/dockerversion.PlatformName=${PLATFORM} \
|
|
|
|
- -X github.com/docker/docker/dockerversion.ProductName=${PRODUCT} \
|
|
|
|
- -X github.com/docker/docker/dockerversion.DefaultProductLicense=${DEFAULT_PRODUCT_LICENSE} \
|
|
|
|
- -X github.com/docker/docker/dockerversion.InitCommitID=${TINI_COMMIT} \
|
|
|
|
|
|
+ -X \"github.com/docker/docker/dockerversion.Version=${VERSION}\" \
|
|
|
|
+ -X \"github.com/docker/docker/dockerversion.GitCommit=${GITCOMMIT}\" \
|
|
|
|
+ -X \"github.com/docker/docker/dockerversion.BuildTime=${BUILDTIME}\" \
|
|
|
|
+ -X \"github.com/docker/docker/dockerversion.IAmStatic=${IAMSTATIC:-true}\" \
|
|
|
|
+ -X \"github.com/docker/docker/dockerversion.PlatformName=${PLATFORM}\" \
|
|
|
|
+ -X \"github.com/docker/docker/dockerversion.ProductName=${PRODUCT}\" \
|
|
|
|
+ -X \"github.com/docker/docker/dockerversion.DefaultProductLicense=${DEFAULT_PRODUCT_LICENSE}\" \
|
|
|
|
+ -X \"github.com/docker/docker/dockerversion.InitCommitID=${TINI_COMMIT}\" \
|
|
"
|
|
"
|
|
|
|
|
|
# Compile the Windows resources into the sources
|
|
# Compile the Windows resources into the sources
|