Use ioctl instead of blockdev

Signed-off-by: Guillaume Rose <guillaume.rose@docker.com>
This commit is contained in:
Guillaume Rose
2019-07-17 17:19:31 +02:00
parent 0fb16ac8b0
commit 6a6d169af9
201 changed files with 130333 additions and 12 deletions

View File

@@ -20,6 +20,7 @@ FROM linuxkit/alpine:86cd4f51b49fb9a078b50201d892a3c7973d48ec AS build
RUN apk add --no-cache go musl-dev
ENV GOPATH=/go PATH=$PATH:/go/bin
COPY vendor /go/src/extend/vendor
COPY extend.go /go/src/extend/
RUN go-compile.sh /go/src/extend