Skip to content
Snippets Groups Projects
Commit 22cc60b2 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "init-runonce: use CirrOS 0.6.0"

parents e945b68f e17a0ca2
No related branches found
No related tags found
No related merge requests found
...@@ -19,9 +19,10 @@ fi ...@@ -19,9 +19,10 @@ fi
# to be created. # to be created.
ARCH=$(uname -m) ARCH=$(uname -m)
CIRROS_RELEASE=0.6.0
IMAGE_PATH=/opt/cache/files/ IMAGE_PATH=/opt/cache/files/
IMAGE_URL=https://github.com/cirros-dev/cirros/releases/download/0.5.1/ IMAGE_URL=https://github.com/cirros-dev/cirros/releases/download/${CIRROS_RELEASE}/
IMAGE=cirros-0.5.1-${ARCH}-disk.img IMAGE=cirros-${CIRROS_RELEASE}-${ARCH}-disk.img
IMAGE_NAME=cirros IMAGE_NAME=cirros
IMAGE_TYPE=linux IMAGE_TYPE=linux
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment