mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-17 05:48:21 +00:00
Dockerfile: verbose dep ensure
Better see what is happening inside the build.
This commit is contained in:
parent
c459ceee67
commit
6563da29ab
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ WORKDIR /go/src/sigs.k8s.io/node-feature-discovery
|
||||||
ARG NFD_VERSION
|
ARG NFD_VERSION
|
||||||
|
|
||||||
RUN go get github.com/golang/dep/cmd/dep
|
RUN go get github.com/golang/dep/cmd/dep
|
||||||
RUN dep ensure
|
RUN dep ensure -v
|
||||||
RUN go install \
|
RUN go install \
|
||||||
-ldflags "-s -w -X sigs.k8s.io/node-feature-discovery/pkg/version.version=$NFD_VERSION" \
|
-ldflags "-s -w -X sigs.k8s.io/node-feature-discovery/pkg/version.version=$NFD_VERSION" \
|
||||||
./cmd/*
|
./cmd/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue