Skip to content

Commit e7aa4ff

Browse files
authored
Merge pull request #1591 from AkihiroSuda/dev
templates: update CentOS Stream 8, CentOS Stream 9, and Rocky Linux
2 parents b9ea964 + 5656d1a commit e7aa4ff

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

examples/centos-stream-8.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
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-20230501.0.x86_64.qcow2"
7+
- location: "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20230523.0.x86_64.qcow2"
88
arch: "x86_64"
9-
digest: "sha256:773794fb1e54177c896d34d751ab70c8c0f30909bce963b5000d1d3915488aa7"
10-
- location: "https://cloud.centos.org/centos/8-stream/aarch64/images/CentOS-Stream-GenericCloud-8-20230501.0.aarch64.qcow2"
9+
digest: "sha256:b69a5198ed1d507bb350b47f6ca8f40c661e6901c25cdd93e6167a3a7474bf7e"
10+
- location: "https://cloud.centos.org/centos/8-stream/aarch64/images/CentOS-Stream-GenericCloud-8-20230523.0.aarch64.qcow2"
1111
arch: "aarch64"
12-
digest: "sha256:b360b73818f7e9271781547636cbb62a59ff4a45b492c273dd4616789e17c6a0"
12+
digest: "sha256:2af75f6c2e2184901460595d3097baa023fcb11349a7b4bf5375c15321d2944d"
1313
mounts:
1414
- location: "~"
1515
- location: "/tmp/lima"

examples/centos-stream-9.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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-20230516.0.x86_64.qcow2"
4+
- location: "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20230523.0.x86_64.qcow2"
55
arch: "x86_64"
6-
digest: "sha256:1f5688026c9bc89b24965368da6fb93e80e38c521e404158c2f43e21baf0cf68"
7-
- location: "https://cloud.centos.org/centos/9-stream/aarch64/images/CentOS-Stream-GenericCloud-9-20230516.0.aarch64.qcow2"
6+
digest: "sha256:47dca0f014aff27bad5a4156f7ce3168fc339546d6e66bfaf52617a773f05bf0"
7+
- location: "https://cloud.centos.org/centos/9-stream/aarch64/images/CentOS-Stream-GenericCloud-9-20230523.0.aarch64.qcow2"
88
arch: "aarch64"
9-
digest: "sha256:e3acc3a681812d8e876f5d6f35dbcd6bcb3ea76aade3455047ba7de8a708a241"
9+
digest: "sha256:6c8566fe05b3541956e2ff0f72b41158b92751be9a4d68ac977e9d7fe22a6db6"
1010
mounts:
1111
- location: "~"
1212
- location: "/tmp/lima"

examples/rocky-8.yaml

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

66
images:
7-
- location: "https://dl.rockylinux.org/pub/rocky/8.7/images/x86_64/Rocky-8-GenericCloud-Base-8.7-20230215.0.x86_64.qcow2"
7+
- location: "https://dl.rockylinux.org/pub/rocky/8.8/images/x86_64/Rocky-8-GenericCloud-Base-8.8-20230518.0.x86_64.qcow2"
88
arch: "x86_64"
9-
digest: "sha256:f242e06b76124b8ea3495fc6d69eb6e89e0a1826e3d9bdabed0ef4e68880eb5a"
10-
- location: "https://dl.rockylinux.org/pub/rocky/8.7/images/aarch64/Rocky-8-GenericCloud-Base-8.7-20230215.0.aarch64.qcow2"
9+
digest: "sha256:086bf68f84c974cfcf533741c5be8752270df681a38f20423cf24b851d5edf77"
10+
- location: "https://dl.rockylinux.org/pub/rocky/8.8/images/aarch64/Rocky-8-GenericCloud-Base-8.8-20230518.0.aarch64.qcow2"
1111
arch: "aarch64"
12-
digest: "sha256:f06698cb5e1631eb4ba9b90b8fce73407e285c953ab0e49b451899a8d6558fab"
12+
digest: "sha256:dcedb823982fab67094c6c8237b8c06e28cf5c4a7bfe7db43ff23c1b9347c746"
1313
mounts:
1414
- location: "~"
1515
- location: "/tmp/lima"

0 commit comments

Comments
 (0)