Merge pull request #813 from FrenchBen/vendor-azure

Added docker image for VHD utils
This commit is contained in:
Nathan LeClaire 2016-12-07 16:19:27 -08:00 committed by GitHub
commit 949df4f11c
2 changed files with 13 additions and 12 deletions

View File

@ -1,15 +1,4 @@
FROM golang:alpine
RUN apk add --update \
curl \
e2fsprogs \
syslinux \
multipath-tools \
git \
tar \
util-linux
RUN go get -u github.com/Microsoft/azure-vhd-utils
FROM docker4x/azure-vhd-utils@sha256:2fd21df46e65d2f4007133e664a0a81611d8d23f7badedce56ca8d2f9ca39f94
RUN mkdir /build
RUN mkdir /scripts

View File

@ -0,0 +1,12 @@
FROM golang:alpine
RUN apk add --update \
curl \
e2fsprogs \
syslinux \
multipath-tools \
git \
tar \
util-linux
RUN go get -u github.com/Microsoft/azure-vhd-utils