File tree Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 41
41
lima_cache :
42
42
fingerprint_script : uname -s ; cat examples/$EXAMPLE
43
43
folder : /home/testuser/.cache/lima
44
+ lima_cache_fix_perm_script : chown -R testuser.testuser /home/testuser
44
45
test_script : sudo -iu testuser $(pwd)/hack/test-example.sh $(pwd)/examples/$EXAMPLE
Original file line number Diff line number Diff line change
1
+ # This example requires Lima v0.5.0 or later
1
2
arch : " x86_64"
2
3
images :
3
- # Hint: run `limactl prune` to invalidate the "LATEST" cache
4
- - location : " https://linuximages.de/openstack/arch/arch-openstack-LATEST-image-bootstrap.qcow2"
4
+ - location : " https://gitlab.archlinux.org/archlinux/arch-boxes/-/jobs/27546/artifacts/raw/output/Arch-Linux-x86_64-cloudimg-20210630.27546.qcow2"
5
5
arch : " x86_64"
6
6
mounts :
7
7
- location : " ~"
Original file line number Diff line number Diff line change
1
+ # This example requires Lima v0.5.0 or later
1
2
images :
2
- - location : https://download.opensuse.org/distribution/leap/15.3/appliances/openSUSE-Leap-15.3-JeOS.x86_64-15.3-OpenStack-Cloud-Build9.108.qcow2
3
+ # Hint: run `limactl prune` to invalidate the "Current" cache
4
+ - location : https://download.opensuse.org/distribution/leap/15.3/appliances/openSUSE-Leap-15.3-JeOS.x86_64-15.3-OpenStack-Cloud-Current.qcow2
3
5
arch : " x86_64"
4
6
# No aarch64 OpenStack build found :(
5
7
mounts :
Original file line number Diff line number Diff line change 66
66
if ! limactl start --tty=false " $FILE " ; then
67
67
ERROR " Failed to start \" $NAME \" "
68
68
tail " $HOME /.lima/${NAME} " /* .log
69
+ limactl shell " $NAME " systemctl status || true
70
+ limactl shell " $NAME " cat /var/log/cloud-init-output.log || true
69
71
exit 1
70
72
fi
71
73
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
20
20
"github.com/sirupsen/logrus"
21
21
)
22
22
23
- const NerdctlVersion = "0.9 .0"
23
+ const NerdctlVersion = "0.10 .0"
24
24
25
25
func GenerateISO9660 (isoPath , name string , y * limayaml.LimaYAML ) error {
26
26
if err := limayaml .ValidateRaw (* y ); err != nil {
You can’t perform that action at this time.
0 commit comments