mirror of https://github.com/docker/cli.git
Remove filewatcher
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
c0ffb9491c
commit
c0588a9c8f
|
@ -17,13 +17,6 @@ RUN go get -d github.com/mjibson/esc && \
|
||||||
go build -v -o /usr/bin/esc . && \
|
go build -v -o /usr/bin/esc . && \
|
||||||
rm -rf /go/src/* /go/pkg/* /go/bin/*
|
rm -rf /go/src/* /go/pkg/* /go/bin/*
|
||||||
|
|
||||||
ARG FILEWATCHER_SHA=2e12ea42f6c8c089b19e992145bb94e8adaecedb
|
|
||||||
RUN go get -d github.com/dnephin/filewatcher && \
|
|
||||||
cd /go/src/github.com/dnephin/filewatcher && \
|
|
||||||
git checkout -q "$FILEWATCHER_SHA" && \
|
|
||||||
go build -v -o /usr/bin/filewatcher . && \
|
|
||||||
rm -rf /go/src/* /go/pkg/* /go/bin/*
|
|
||||||
|
|
||||||
# FIXME(vdemeester) only used for e2e, could be in e2e special image in the future
|
# FIXME(vdemeester) only used for e2e, could be in e2e special image in the future
|
||||||
ARG NOTARY_VERSION=v0.6.0
|
ARG NOTARY_VERSION=v0.6.0
|
||||||
RUN export URL=https://github.com/theupdateframework/notary/releases/download; \
|
RUN export URL=https://github.com/theupdateframework/notary/releases/download; \
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
# shellcheck disable=SC2016
|
|
||||||
exec filewatcher -L 6 -x build -x script go test -timeout 30s -v './${dir}'
|
|
Loading…
Reference in New Issue