mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-24 19:28:09 +00:00
Added docker image for VHD utils
Signed-off-by: French Ben <frenchben@docker.com>
This commit is contained in:
parent
1f2f77f1e9
commit
1fe0abc70f
@ -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
|
||||
|
12
alpine/cloud/Dockerfile.azure-vhd-utils
Normal file
12
alpine/cloud/Dockerfile.azure-vhd-utils
Normal 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
|
Loading…
Reference in New Issue
Block a user