Added docker image for VHD utils

Signed-off-by: French Ben <frenchben@docker.com>
This commit is contained in:
French Ben 2016-11-29 08:11:07 -08:00
parent 1f2f77f1e9
commit 1fe0abc70f
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