mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-27 04:28:20 +00:00
commit
e131ad013e
@ -9,7 +9,7 @@ RUN apk add --update \
|
|||||||
tar \
|
tar \
|
||||||
util-linux
|
util-linux
|
||||||
|
|
||||||
RUN go get -u github.com/Microsoft/azure-vhd-utils-for-go
|
RUN go get -u github.com/Microsoft/azure-vhd-utils
|
||||||
|
|
||||||
RUN mkdir /build
|
RUN mkdir /build
|
||||||
RUN mkdir /scripts
|
RUN mkdir /scripts
|
||||||
|
@ -77,7 +77,7 @@ case "$1" in
|
|||||||
|
|
||||||
arrowecho "Uploading VHD to ${BLOBURL}..."
|
arrowecho "Uploading VHD to ${BLOBURL}..."
|
||||||
|
|
||||||
azure-vhd-utils-for-go upload \
|
azure-vhd-utils upload \
|
||||||
--localvhdpath "/tmp/mobylinux.vhd" \
|
--localvhdpath "/tmp/mobylinux.vhd" \
|
||||||
--stgaccountname "${AZURE_STG_ACCOUNT_NAME}" \
|
--stgaccountname "${AZURE_STG_ACCOUNT_NAME}" \
|
||||||
--stgaccountkey "${AZURE_STG_ACCOUNT_KEY}" \
|
--stgaccountkey "${AZURE_STG_ACCOUNT_KEY}" \
|
||||||
|
Loading…
Reference in New Issue
Block a user