Fixed Azure go utils

Signed-off-by: French Ben <frenchben@docker.com>
This commit is contained in:
French Ben 2016-11-29 07:13:24 -08:00
parent d523b95b1f
commit db1fe34243
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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}" \