Skip to content

Commit 7fad4ec

Browse files
authored
Merge pull request #4255 from AkihiroSuda/fedora-43
templates: update Fedora to 43
2 parents 45d890e + d0b967b commit 7fad4ec

File tree

5 files changed

+23
-3
lines changed

5 files changed

+23
-3
lines changed

templates/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ Distro:
2323
- [`debian-12`](./debian-12.yaml): Debian GNU/Linux 12(bookworm)
2424
- [`debian-13`](./debian-13.yaml), `debian.yaml`: ⭐Debian GNU/Linux 13(trixie)
2525
- [`fedora-41`](./fedora-41.yaml): Fedora 41
26-
- [`fedora-42`](./fedora-42.yaml), `fedora.yaml`: ⭐Fedora 42
26+
- [`fedora-42`](./fedora-42.yaml): Fedora 42
27+
- [`fedora-43`](./fedora-43.yaml), `fedora.yaml`: ⭐Fedora 43
2728
- [`opensuse-leap-15`](./opensuse-leap-15.yaml): openSUSE Leap 15
2829
- [`opensuse-leap-16`](./opensuse-leap-16.yaml), `opensuse-leap.yaml`, `opensuse.yaml`: ⭐openSUSE Leap 16
2930
- [`oraclelinux-8`](./oraclelinux-8.yaml): Oracle Linux 8

templates/_images/fedora-43.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
images:
2+
- location: "https://dl.fedoraproject.org/pub/fedora/linux/releases/43/Cloud/x86_64/images/Fedora-Cloud-Base-Generic-43-1.6.x86_64.qcow2"
3+
arch: "x86_64"
4+
digest: "sha256:846574c8a97cd2d8dc1f231062d73107cc85cbbbda56335e264a46e3a6c8ab2f"
5+
6+
- location: "https://dl.fedoraproject.org/pub/fedora/linux/releases/43/Cloud/aarch64/images/Fedora-Cloud-Base-Generic-43-1.6.aarch64.qcow2"
7+
arch: aarch64
8+
digest: "sha256:66031aea9ec61e6d0d5bba12b9454e80ca94e8a79c913d37ded4c60311705b8b"
9+
10+
# No RISC-V release yet for Fedora 43: https://dl.fedoraproject.org/pub/alt/risc-v/release/
11+
12+
# # NOTE: Intel Mac with macOS prior to 15.5 requires setting vmType to qemu
13+
# # https://github.com/lima-vm/lima/issues/3334
14+
# vmType: qemu

templates/_images/fedora.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fedora-42.yaml
1+
fedora-43.yaml

templates/fedora-43.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
minimumLimaVersion: 1.1.0
2+
3+
base:
4+
- template://_images/fedora-43
5+
- template://_default/mounts

templates/fedora.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fedora-42.yaml
1+
fedora-43.yaml

0 commit comments

Comments
 (0)