Skip to content

Commit be5198e

Browse files
committed
templates: fedora: use Fedora 42
It should be still noted that Intel Mac with macOS prior to 15.5 requires setting `vmType` to `qemu` (issue 3334) Signed-off-by: Akihiro Suda <[email protected]>
1 parent 2ecfeea commit be5198e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

templates/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Distro:
2222
- [`centos-stream-10`](./centos-stream-10.yaml): CentOS Stream 10
2323
- [`debian-11`](./debian-11.yaml): Debian GNU/Linux 11(bullseye)
2424
- [`debian-12`](./debian-12.yaml), `debian.yaml`: ⭐Debian GNU/Linux 12(bookworm)
25-
- [`fedora-41`](./fedora-41.yaml), `fedora.yaml`: ⭐Fedora 41
26-
- [`fedora-42`](./fedora-42.yaml): Fedora 42
25+
- [`fedora-41`](./fedora-41.yaml): Fedora 41
26+
- [`fedora-42`](./fedora-42.yaml), `fedora.yaml`: ⭐Fedora 42
2727
- [`opensuse-leap`](./opensuse-leap.yaml), `opensuse.yaml`: ⭐openSUSE Leap
2828
- [`oraclelinux-8`](./oraclelinux-8.yaml): Oracle Linux 8
2929
- [`oraclelinux-9`](./oraclelinux-9.yaml), `oraclelinux.yaml`: Oracle Linux 9

templates/_images/fedora.yaml

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

templates/fedora.yaml

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

templates/podman-rootful.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
minimumLimaVersion: 1.1.0
1414

1515
base:
16-
- template://_images/fedora-41
16+
- template://_images/fedora
1717
- template://_default/mounts
1818

1919
containerd:

templates/podman.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
minimumLimaVersion: 1.1.0
1414

1515
base:
16-
- template://_images/fedora-41
16+
- template://_images/fedora
1717
- template://_default/mounts
1818

1919
containerd:

0 commit comments

Comments
 (0)