mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-07 21:16:57 +02:00
oem/azure: add pre-publish blob copy
This commit is contained in:
parent
f04e213c2c
commit
e9566a5749
@ -50,6 +50,13 @@ azure storage blob upload \
|
||||
--blob="coreos-${VERSION}-${LGROUP}.vhd" \
|
||||
--blobtype="Page"
|
||||
|
||||
azure storage blob copy start \
|
||||
--account-name="coreos" \
|
||||
--account-key="${ACCOUNT_KEY}" \
|
||||
--source-blob="coreos-${VERSION}-${LGROUP}.vhd" \
|
||||
--source-container="publish" \
|
||||
--dest-container="pre-publish"
|
||||
|
||||
echo "Creating Azure image from blob..."
|
||||
azure vm image create \
|
||||
--blob-url="https://coreos.blob.core.windows.net/publish/coreos-${VERSION}-${LGROUP}.vhd" \
|
||||
|
Loading…
Reference in New Issue
Block a user