mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 10:31:35 +00:00
Merge pull request #813 from FrenchBen/vendor-azure
Added docker image for VHD utils
This commit is contained in:
commit
949df4f11c
@ -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