Skip to content

Commit 8d87935

Browse files
committed
templates: update CentOS Stream 9 to 20230720.0
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 12d1aeb commit 8d87935

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

examples/centos-stream-9.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22

33
images:
44
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
5-
- location: "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20230523.0.x86_64.qcow2"
5+
# NOTE: 20230727.1 does not boot (fails to mount rootfs)
6+
- location: "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20230720.0.x86_64.qcow2"
67
arch: "x86_64"
7-
digest: "sha256:47dca0f014aff27bad5a4156f7ce3168fc339546d6e66bfaf52617a773f05bf0"
8-
- location: "https://cloud.centos.org/centos/9-stream/aarch64/images/CentOS-Stream-GenericCloud-9-20230523.0.aarch64.qcow2"
8+
digest: "sha256:f23d3f002948141ac6b3287ccdc43a7c7b5a1266fdd08c104e74dbc20f0074ae"
9+
- location: "https://cloud.centos.org/centos/9-stream/aarch64/images/CentOS-Stream-GenericCloud-9-20230720.0.aarch64.qcow2"
910
arch: "aarch64"
10-
digest: "sha256:6c8566fe05b3541956e2ff0f72b41158b92751be9a4d68ac977e9d7fe22a6db6"
11+
digest: "sha256:dffcd081cd0060fa2f356ecc4117642934f41f416d7eecf982c410305216ef97"
1112
# Fallback to the latest release image.
1213
# Hint: run `limactl prune` to invalidate the cache
1314
- location: "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-latest.x86_64.qcow2"

0 commit comments

Comments
 (0)