Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ Distro:
- [`debian-13`](./debian-13.yaml), `debian.yaml`: ⭐Debian GNU/Linux 13(trixie)
- [`fedora-41`](./fedora-41.yaml): Fedora 41
- [`fedora-42`](./fedora-42.yaml), `fedora.yaml`: ⭐Fedora 42
- [`opensuse-leap`](./opensuse-leap.yaml), `opensuse.yaml`: ⭐openSUSE Leap
- [`opensuse-leap-15`](./opensuse-leap-15.yaml): openSUSE Leap 15
- [`opensuse-leap-16`](./opensuse-leap-16.yaml), `opensuse-leap.yaml`, `opensuse.yaml`: ⭐openSUSE Leap 16
- [`oraclelinux-8`](./oraclelinux-8.yaml): Oracle Linux 8
- [`oraclelinux-9`](./oraclelinux-9.yaml), `oraclelinux.yaml`: Oracle Linux 9
- [`rocky-8`](./rocky-8.yaml): Rocky Linux 8
Expand Down
14 changes: 14 additions & 0 deletions templates/_images/opensuse-leap-15.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
images:
# Hint: run `limactl prune` to invalidate the Current cache

- location: https://download.opensuse.org/distribution/leap/15.6/appliances/openSUSE-Leap-15.6-Minimal-VM.x86_64-Cloud.qcow2
arch: x86_64

- location: https://download.opensuse.org/distribution/leap/15.6/appliances/openSUSE-Leap-15.6-Minimal-VM.aarch64-Cloud.qcow2
arch: aarch64

# Hint: to allow 9p and virtiofs, replace the `kernel-default-base` package with `kernel-default` and reboot the VM.
# https://github.com/lima-vm/lima/issues/3055
mountType: reverse-sshfs

mountTypesUnsupported: [9p, virtiofs]
12 changes: 12 additions & 0 deletions templates/_images/opensuse-leap-16.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
images:
# Hint: run `limactl prune` to invalidate the Current cache

- location: https://download.opensuse.org/distribution/leap/16.0/appliances/Leap-16.0-Minimal-VM.x86_64-Cloud.qcow2
arch: x86_64

- location: https://download.opensuse.org/distribution/leap/16.0/appliances/Leap-16.0-Minimal-VM.aarch64-Cloud.qcow2
arch: aarch64

# s390x image will not boot until https://bugzilla.suse.com/show_bug.cgi?id=1252096 is resolved
- location: https://download.opensuse.org/distribution/leap/16.0/appliances/Leap-16.0-Minimal-VM.s390x-s390x-Cloud.qcow2
arch: s390x
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(This s390x image does not seem to execute cloud-init)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, do you also know whether the "No repositories defined" issue is tracked somewhere?
Is this the intended behavior?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've asked questions, but I have not received responses so far.

14 changes: 0 additions & 14 deletions templates/_images/opensuse-leap.yaml

This file was deleted.

1 change: 1 addition & 0 deletions templates/_images/opensuse-leap.yaml
5 changes: 5 additions & 0 deletions templates/opensuse-leap-15.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
minimumLimaVersion: 1.1.0

base:
- template://_images/opensuse-leap-15
- template://_default/mounts
5 changes: 5 additions & 0 deletions templates/opensuse-leap-16.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
minimumLimaVersion: 1.1.0

base:
- template://_images/opensuse-leap-16
- template://_default/mounts
5 changes: 0 additions & 5 deletions templates/opensuse-leap.yaml

This file was deleted.

1 change: 1 addition & 0 deletions templates/opensuse-leap.yaml
Loading