Skip to content

Commit 576d7a6

Browse files
committed
templates: update EL derivatives to 8.7/9.1
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 97ac8ca commit 576d7a6

File tree

8 files changed

+35
-48
lines changed

8 files changed

+35
-48
lines changed

examples/almalinux-8.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,16 @@
44
# EL9-based distros are known to work.
55

66
images:
7-
- location: "http://repo.almalinux.org/almalinux/8.6/cloud/x86_64/images/AlmaLinux-8-GenericCloud-8.6-20220513.x86_64.qcow2"
7+
- location: "https://repo.almalinux.org/almalinux/8.7/cloud/x86_64/images/AlmaLinux-8-GenericCloud-UEFI-8.7-20221111.x86_64.qcow2"
88
arch: "x86_64"
9-
digest: "sha256:1563c0b09d98e7a606e1e737f1c810830aeb0cbe37ac5585f3696be62f0a32b4"
10-
- location: "http://repo.almalinux.org/almalinux/8.6/cloud/aarch64/images/AlmaLinux-8-GenericCloud-8.6-20220513.aarch64.qcow2"
9+
digest: "sha256:6b1a852614e906c55b26f2a27056ab6cabf09f4d963e080bbd70e15da3c88733"
10+
- location: "https://repo.almalinux.org/almalinux/8.7/cloud/aarch64/images/AlmaLinux-8-GenericCloud-8.7-20221111.aarch64.qcow2"
1111
arch: "aarch64"
12-
digest: "sha256:d00960b398f257d83ade160eea954caf95a060ad5d74f3af9feeb17e0aa0b6e2"
12+
digest: "sha256:46773980934297efef24c3fe769d2e6d804a2da37af805f6182cfcfea5211767"
1313
mounts:
1414
- location: "~"
1515
- location: "/tmp/lima"
1616
writable: true
17-
firmware:
18-
legacyBIOS: true
1917
cpuType:
2018
# Workaround for "vmx_write_mem: mmu_gva_to_gpa XXXXXXXXXXXXXXXX failed" on Intel Mac
2119
# https://bugs.launchpad.net/qemu/+bug/1838390

examples/almalinux-9.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
# This example requires Lima v0.11.1 or later.
22

33
images:
4-
- location: "http://repo.almalinux.org/almalinux/9.0/cloud/x86_64/images/AlmaLinux-9-GenericCloud-9.0-20220527.x86_64.qcow2"
4+
- location: "https://repo.almalinux.org/almalinux/9.1/cloud/x86_64/images/AlmaLinux-9-GenericCloud-9.1-20221118.x86_64.qcow2"
55
arch: "x86_64"
6-
digest: "sha256:e453dde3dac780c149932f39814e3371cb0b7fe3f758012b86ab6c7a51ec7a42"
7-
- location: "http://repo.almalinux.org/almalinux/9.0/cloud/aarch64/images/AlmaLinux-9-GenericCloud-9.0-20220527.aarch64.qcow2"
6+
digest: "sha256:1e93210a0c534de76ae01dc02e8224be14264fa8d54ad6cff9af15b673c6db1a"
7+
- location: "https://repo.almalinux.org/almalinux/9.1/cloud/aarch64/images/AlmaLinux-9-GenericCloud-9.1-20221118.aarch64.qcow2"
88
arch: "aarch64"
9-
digest: "sha256:30fc2e2845a33f19e8090f26b0485d5baafd21db547f59dd33c9d4d93f2a88c7"
9+
digest: "sha256:3405f30db62441c18258c21c01754addeb4dfdf9714d151f042942d223ab3865"
1010
mounts:
1111
- location: "~"
1212
- location: "/tmp/lima"
1313
writable: true
14-
cpuType:
15-
# Workaround for "intel_pstate: CPU model not supported"
16-
x86_64: "Haswell-v4"

examples/centos-stream-8.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@
44
# EL9-based distros are known to work.
55

66
images:
7-
- location: "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20220125.1.x86_64.qcow2"
7+
- location: "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20220913.0.x86_64.qcow2"
88
arch: "x86_64"
9-
digest: "sha256:a25560ab39e10594ee7a4a1dadcba7bf303b7c3c41559b4a7fc3c522540a6672"
10-
- location: "https://cloud.centos.org/centos/8-stream/aarch64/images/CentOS-Stream-GenericCloud-8-20220125.1.aarch64.qcow2"
9+
digest: "sha256:8717251f8e4d2fe3e5032799caae89358c1ba68d65a16b5128a59ec6003aac1c"
10+
- location: "https://cloud.centos.org/centos/8-stream/aarch64/images/CentOS-Stream-GenericCloud-8-20220913.0.aarch64.qcow2"
1111
arch: "aarch64"
12-
digest: "sha256:d973991085db0ca8373e1d9948440213cdc76b6acf8f17aa2aed2163c1347cbc"
12+
digest: "sha256:be18d94caaa55d58eba0e1314758ec6f73d852650a497dd5a20972c58db57281"
1313
mounts:
1414
- location: "~"
1515
- location: "/tmp/lima"
1616
writable: true
1717
firmware:
18+
# CentOS Stream 8 still requires legacyBIOS, while AlmaLinux 8 and Rocky Linux 8 do not.
1819
legacyBIOS: true
1920
cpuType:
2021
# Workaround for "vmx_write_mem: mmu_gva_to_gpa XXXXXXXXXXXXXXXX failed" on Intel Mac

examples/centos-stream-9.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
# This example requires Lima v0.11.1 or later.
22

33
images:
4-
- location: "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20220705.0.x86_64.qcow2"
4+
- location: "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20221123.0.x86_64.qcow2"
55
arch: "x86_64"
6-
digest: "sha256:3915a6eccfa0d02d3ae2ebbb48a92bb2cb0dd59a2ebb90ae49abd247c944f6b4"
7-
- location: "https://cloud.centos.org/centos/9-stream/aarch64/images/CentOS-Stream-GenericCloud-9-20220606.0.aarch64.qcow2"
6+
digest: "sha256:ea3301463f91c2a45063b6223bd7af59cae89d4782df261c9664b7e3b5a367a4"
7+
- location: "https://cloud.centos.org/centos/9-stream/aarch64/images/CentOS-Stream-GenericCloud-9-20221123.0.aarch64.qcow2"
88
arch: "aarch64"
9-
digest: "sha256:bbcc89fe6f8387d4fe40a735b19ba497bbd41bbb49006242ac63521138a9cd90"
9+
digest: "sha256:e74cb4c9ab087cec508e9dae6c4384fc1b630b89cec33a91290d0b4178dd7fd8"
1010
mounts:
1111
- location: "~"
1212
- location: "/tmp/lima"
1313
writable: true
1414
firmware:
1515
# CentOS Stream 9 still requires legacyBIOS, while AlmaLinux 9 and Rocky Linux 9 do not.
1616
legacyBIOS: true
17-
cpuType:
18-
# Workaround for "intel_pstate: CPU model not supported"
19-
x86_64: "Haswell-v4"

examples/oraclelinux-8.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,18 @@
66
# EL9-based distros are known to work.
77

88
images:
9-
- location: "https://yum.oracle.com/templates/OracleLinux/OL8/u6/x86_64/OL8U6_x86_64-kvm-b126.qcow"
9+
- location: "https://yum.oracle.com/templates/OracleLinux/OL8/u7/x86_64/OL8U7_x86_64-kvm-b148.qcow"
1010
arch: "x86_64"
11-
digest: "sha256:f00bf07669b1b9b07de446140ed0ac4f3f310160104a41715cfa051d0ded3eed"
12-
- location: "https://yum.oracle.com/templates/OracleLinux/OL8/u6/aarch64/OL8U6_aarch64-kvm-b2.qcow"
11+
digest: "sha256:4a98e22908333dae1423e0bb4032c88aed60dbf1267addb73a6905778e9930df"
12+
- location: "https://yum.oracle.com/templates/OracleLinux/OL8/u7/aarch64/OL8U7_aarch64-kvm-b10.qcow"
1313
arch: "aarch64"
14-
digest: "sha256:7fcf1765c5aa346be85eb8df0bc03d9e71b83dba6724fa7c41421be541d2ff93"
14+
digest: "sha256:158e748c74a6316e7fdd185e1c6931d6c6d3e55650bdaf098d8019b96886477d"
1515
mounts:
1616
- location: "~"
1717
- location: "/tmp/lima"
1818
writable: true
1919
firmware:
20+
# Oracle Linux 8 still requires legacyBIOS, while AlmaLinux 8 and Rocky Linux 8 do not.
2021
legacyBIOS: true
2122
cpuType:
2223
# Workaround for "vmx_write_mem: mmu_gva_to_gpa XXXXXXXXXXXXXXXX failed" on Intel Mac

examples/oraclelinux-9.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,16 @@
33
# Image source: https://yum.oracle.com/oracle-linux-templates.html
44

55
images:
6-
- location: "https://yum.oracle.com/templates/OracleLinux/OL9/u0/x86_64/OL9U0_x86_64-kvm-b138.qcow"
6+
- location: "https://yum.oracle.com/templates/OracleLinux/OL9/u1/x86_64/OL9U1_x86_64-kvm-b158.qcow"
77
arch: "x86_64"
8-
digest: "sha256:7911bf8f0dc7a3e1045967d2d647632aba8cafd9f1505d2cb9bbfb4a0f04f818"
9-
- location: "https://yum.oracle.com/templates/OracleLinux/OL9/u0/aarch64/OL9U0_aarch64-kvm-b5.qcow"
8+
digest: "sha256:ca655beba34038349827c5ab365df4f7936a7f6226a04d0452bbe4430f4d6658"
9+
- location: "https://yum.oracle.com/templates/OracleLinux/OL9/u1/aarch64/OL9U1_aarch64-kvm-b13.qcow"
1010
arch: "aarch64"
11-
digest: "sha256:084be40daadc63405bf119626bd9f860c19d754ca3798ae37f8eac675ae5e32c"
11+
digest: "sha256:a71abfd60713cd5c37443287dd267efd30f1715f8db075e0377b43e2d6ec44cf"
1212
mounts:
1313
- location: "~"
1414
- location: "/tmp/lima"
1515
writable: true
1616
firmware:
17+
# Oracle Linux 9 still requires legacyBIOS, while AlmaLinux 9 and Rocky Linux 9 do not.
1718
legacyBIOS: true
18-
cpuType:
19-
# For consistency with AlmaLinux 9
20-
x86_64: "Haswell-v4"

examples/rocky-8.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,16 @@
44
# EL9-based distros are known to work.
55

66
images:
7-
- location: "https://dl.rockylinux.org/pub/rocky/8.6/images/Rocky-8-GenericCloud-8.6.20220702.0.x86_64.qcow2"
7+
- location: "https://dl.rockylinux.org/pub/rocky/8.7/images/x86_64/Rocky-8-GenericCloud-Base-8.7-20221122.0.x86_64.qcow2"
88
arch: "x86_64"
9-
digest: "sha256:7b786a39eeb96e22dd85386377ff186737f6c1b9a5faa105b0a0a7a4895c29d0"
10-
- location: "https://dl.rockylinux.org/pub/rocky/8.6/images/Rocky-8-GenericCloud-8.6.20220702.0.aarch64.qcow2"
9+
digest: "sha256:398c3a9c5dceea0c1dd5ea7df6e7090939ed51cb7dd5e2e2d03d7f3bec80ead9"
10+
- location: "https://dl.rockylinux.org/pub/rocky/8.7/images/aarch64/Rocky-8-GenericCloud-Base-8.7-20221118.0.aarch64.qcow2"
1111
arch: "aarch64"
12-
digest: "sha256:42da3cc0c10677d37e43f862c4a8f3ab3b72bcccc91ce0c0ef9f4100f4b950b4"
12+
digest: "sha256:1a667b2e7e3fe885e5cd8283e64bd67326da828145dc934c09a7f0650d518582"
1313
mounts:
1414
- location: "~"
1515
- location: "/tmp/lima"
1616
writable: true
17-
firmware:
18-
legacyBIOS: true
1917
cpuType:
2018
# Workaround for "vmx_write_mem: mmu_gva_to_gpa XXXXXXXXXXXXXXXX failed" on Intel Mac
2119
# https://bugs.launchpad.net/qemu/+bug/1838390

examples/rocky-9.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
# This example requires Lima v0.11.1 or later.
22

33
images:
4-
- location: "https://dl.rockylinux.org/pub/rocky/9.0/images/x86_64/Rocky-9-GenericCloud-9.0-20220706.0.x86_64.qcow2"
4+
- location: "https://dl.rockylinux.org/pub/rocky/9.1/images/x86_64/Rocky-9-GenericCloud-Base-9.1-20221123.0.x86_64.qcow2"
55
arch: "x86_64"
6-
digest: "sha256:9305faad09707ab72ec8e4a7b2cdc8e20bc31b608443d6c6df954fd2f3371aa2"
7-
- location: "https://dl.rockylinux.org/pub/rocky/9.0/images/aarch64/Rocky-9-GenericCloud-9.0-20220706.0.aarch64.qcow2"
6+
digest: "sha256:bc142fe8323608348d828d971691a66266f71c4fe68933fa7c062f09934c411b"
7+
- location: "https://dl.rockylinux.org/pub/rocky/9.1/images/aarch64/Rocky-9-GenericCloud-Base-9.1-20221123.0.aarch64.qcow2"
88
arch: "aarch64"
9-
digest: "sha256:21061e421267e573c39197aaf7f4298424238dab7e7ad44f09a2b805e8d18ea5"
9+
digest: "sha256:8f231d9be1951158ba0ebcb5e5b1fe84f941e7cc02c5afec09a94456e9fd1c05"
1010
mounts:
1111
- location: "~"
1212
- location: "/tmp/lima"
1313
writable: true
14-
cpuType:
15-
# For consistency with AlmaLinux 9
16-
x86_64: "Haswell-v4"

0 commit comments

Comments
 (0)