mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 02:21:34 +00:00
Remove unnecessary file from proxy
Was missed in cleanup in #1006 Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
6f07ca1a8f
commit
be6ab94db4
@ -1,12 +0,0 @@
|
||||
# Tag: 2c9434f1c4ff70b102f34a97d2df1a8363a11a65
|
||||
FROM mobylinux/alpine-build-go@sha256:d528bbf7102e4209bd59ef030d41de9003ab8e42c303956f62b2df47f3e17849
|
||||
|
||||
COPY ./ /go/src/proxy/
|
||||
|
||||
WORKDIR /go/src/proxy
|
||||
|
||||
RUN lint.sh .
|
||||
|
||||
RUN go install --ldflags '-extldflags "-fno-PIC"'
|
||||
|
||||
CMD ["tar", "cf", "-", "-C", "/go/bin", "proxy"]
|
@ -3,7 +3,7 @@ GO_COMPILE=mobylinux/go-compile@sha256:b723c0e95a6293300392e57d6ab52574f9217e241
|
||||
|
||||
all: usr/bin/slirp-proxy sbin/proxy-vsockd
|
||||
|
||||
DEPS=Dockerfile $(wildcard *.go libproxy/*.go)
|
||||
DEPS=$(wildcard *.go libproxy/*.go)
|
||||
|
||||
proxy: $(DEPS) ../vendor/manifest
|
||||
tar cf - $(DEPS) -C .. vendor | docker run --rm --net=none --log-driver=none -i $(GO_COMPILE) -o $@ | tar xf -
|
||||
|
Loading…
Reference in New Issue
Block a user