1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-31 04:04:51 +00:00

Merge pull request #246 from marquiz/devel/dep

Dockerfile: verbose dep ensure
This commit is contained in:
Kubernetes Prow Robot 2019-05-10 13:14:15 -07:00 committed by GitHub
commit b076d461b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ WORKDIR /go/src/sigs.k8s.io/node-feature-discovery
ARG NFD_VERSION
RUN go get github.com/golang/dep/cmd/dep
RUN dep ensure
RUN dep ensure -v
RUN go install \
-ldflags "-s -w -X sigs.k8s.io/node-feature-discovery/pkg/version.version=$NFD_VERSION" \
./cmd/*