Bump cirros version to 0.6.3
It was released recently on 2024-09-26 [1][2] [1] https://download.cirros-cloud.net/0.6.3/ [2] https://github.com/cirros-dev/cirros/releases/tag/0.6.3 Change-Id: Id4a012cebb908468833f884586378da46d055f53
This commit is contained in:
parent
8ebec483df
commit
f81aca7e68
@ -193,7 +193,7 @@ rm -rf /tmp/cirros
|
||||
mkdir /tmp/cirros
|
||||
|
||||
export CIRROS_ARCH="$(uname -p)"
|
||||
export CIRROS_VERSION=${CIRROS_VERSION:-"0.6.2"}
|
||||
export CIRROS_VERSION=${CIRROS_VERSION:-"0.6.3"}
|
||||
|
||||
if [ -f ~/cache/files/cirros-$CIRROS_VERSION-$CIRROS_ARCH-uec.tar.gz ]; then
|
||||
tar -xzvf ~/cache/files/cirros-$CIRROS_VERSION-$CIRROS_ARCH-uec.tar.gz -C /tmp/cirros/
|
||||
|
Loading…
Reference in New Issue
Block a user