Merge "init-runonce: use CirrOS 0.6.0"

This commit is contained in:
Zuul 2022-09-29 12:43:08 +00:00 committed by Gerrit Code Review
commit 22cc60b21f
1 changed files with 3 additions and 2 deletions

View File

@ -19,9 +19,10 @@ fi
# to be created.
ARCH=$(uname -m)
CIRROS_RELEASE=0.6.0
IMAGE_PATH=/opt/cache/files/
IMAGE_URL=https://github.com/cirros-dev/cirros/releases/download/0.5.1/
IMAGE=cirros-0.5.1-${ARCH}-disk.img
IMAGE_URL=https://github.com/cirros-dev/cirros/releases/download/${CIRROS_RELEASE}/
IMAGE=cirros-${CIRROS_RELEASE}-${ARCH}-disk.img
IMAGE_NAME=cirros
IMAGE_TYPE=linux