We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7cbd03 commit 6699accCopy full SHA for 6699acc
tools/init-runonce
@@ -21,7 +21,7 @@ fi
21
ARCH=$(uname -m)
22
CIRROS_RELEASE=${CIRROS_RELEASE:-0.6.2}
23
IMAGE_PATH=/opt/cache/files/
24
-IMAGE_URL=https://github.com/cirros-dev/cirros/releases/download/${CIRROS_RELEASE}/
+IMAGE_URL=${IMAGE_URL:-"https://github.com/cirros-dev/cirros/releases/download/${CIRROS_RELEASE}/"}
25
IMAGE=cirros-${CIRROS_RELEASE}-${ARCH}-disk.img
26
IMAGE_NAME=cirros
27
IMAGE_TYPE=linux
0 commit comments