Skip to content

Commit

Permalink
Merge pull request #1911 from AkihiroSuda/dev
Browse files Browse the repository at this point in the history
Update nerdctl to v1.6.1, Ubuntu to 23.10, etc.
  • Loading branch information
AkihiroSuda authored Oct 13, 2023
2 parents 6534a0d + 3c559f6 commit 2a2489d
Show file tree
Hide file tree
Showing 25 changed files with 132 additions and 112 deletions.
8 changes: 4 additions & 4 deletions examples/apptainer-rootful.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

images:
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
- location: "https://cloud-images.ubuntu.com/releases/22.04/release-20230927/ubuntu-22.04-server-cloudimg-amd64.img"
- location: "https://cloud-images.ubuntu.com/releases/22.04/release-20231010/ubuntu-22.04-server-cloudimg-amd64.img"
arch: "x86_64"
digest: "sha256:2461b36d86ac524e755c56e25cdc1537c92aec8bac6d3e1795fa92b105beba2f"
- location: "https://cloud-images.ubuntu.com/releases/22.04/release-20230927/ubuntu-22.04-server-cloudimg-arm64.img"
digest: "sha256:5bed3f233c2422187e86089deea51bb8469dc2a26e96814ca41ff8f14dc80308"
- location: "https://cloud-images.ubuntu.com/releases/22.04/release-20231010/ubuntu-22.04-server-cloudimg-arm64.img"
arch: "aarch64"
digest: "sha256:0b565888914cd2ccbf3f1d857435a1c25bb945c152c1f45e39327a2a1ff3eb64"
digest: "sha256:5167c1b13cb33274955e36332ecb7b14f02b71fd19a37a9c1a3a0f8a805ab8e5"
# Fallback to the latest release image.
# Hint: run `limactl prune` to invalidate the cache
- location: "https://cloud-images.ubuntu.com/releases/22.04/release/ubuntu-22.04-server-cloudimg-amd64.img"
Expand Down
8 changes: 4 additions & 4 deletions examples/apptainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

images:
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
- location: "https://cloud-images.ubuntu.com/releases/22.04/release-20230927/ubuntu-22.04-server-cloudimg-amd64.img"
- location: "https://cloud-images.ubuntu.com/releases/22.04/release-20231010/ubuntu-22.04-server-cloudimg-amd64.img"
arch: "x86_64"
digest: "sha256:2461b36d86ac524e755c56e25cdc1537c92aec8bac6d3e1795fa92b105beba2f"
- location: "https://cloud-images.ubuntu.com/releases/22.04/release-20230927/ubuntu-22.04-server-cloudimg-arm64.img"
digest: "sha256:5bed3f233c2422187e86089deea51bb8469dc2a26e96814ca41ff8f14dc80308"
- location: "https://cloud-images.ubuntu.com/releases/22.04/release-20231010/ubuntu-22.04-server-cloudimg-arm64.img"
arch: "aarch64"
digest: "sha256:0b565888914cd2ccbf3f1d857435a1c25bb945c152c1f45e39327a2a1ff3eb64"
digest: "sha256:5167c1b13cb33274955e36332ecb7b14f02b71fd19a37a9c1a3a0f8a805ab8e5"
# Fallback to the latest release image.
# Hint: run `limactl prune` to invalidate the cache
- location: "https://cloud-images.ubuntu.com/releases/22.04/release/ubuntu-22.04-server-cloudimg-amd64.img"
Expand Down
4 changes: 2 additions & 2 deletions examples/archlinux.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# This template requires Lima v0.7.0 or later
images:
# Try to use yyyyMMdd.REV image if available. Note that yyyyMMdd.REV will be removed after several months.
- location: "https://geo.mirror.pkgbuild.com/images/v20230915.178838/Arch-Linux-x86_64-cloudimg-20230915.178838.qcow2"
- location: "https://geo.mirror.pkgbuild.com/images/v20231001.182377/Arch-Linux-x86_64-cloudimg-20231001.182377.qcow2"
arch: "x86_64"
digest: "sha256:7f82b21c785ee63d0da9adfedad72400870394c6940021750d32c663d286fddd"
digest: "sha256:505ae1a52fed0cc4bdf75a272786e3581a5481cfe26009840605699e697b6b26"
- location: "https://github.com/mcginty/arch-boxes-arm/releases/download/v20220323/Arch-Linux-aarch64-cloudimg-20220323.0.qcow2"
arch: "aarch64"
digest: "sha512:27524910bf41cb9b3223c8749c6e67fd2f2fdb8b70d40648708e64d6b03c0b4a01b3c5e72d51fefd3e0c3f58487dbb400a79ca378cde2da341a3a19873612be8"
Expand Down
12 changes: 6 additions & 6 deletions examples/buildkit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ message: |
-------
images:
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
- location: "https://cloud-images.ubuntu.com/releases/23.04/release-20230926/ubuntu-23.04-server-cloudimg-amd64.img"
- location: "https://cloud-images.ubuntu.com/releases/23.10/release-20231011/ubuntu-23.10-server-cloudimg-amd64.img"
arch: "x86_64"
digest: "sha256:1e35473cea5e1b827b91ad6ebb43b605a00d506c11f66c75076c424ae5372440"
- location: "https://cloud-images.ubuntu.com/releases/23.04/release-20230926/ubuntu-23.04-server-cloudimg-arm64.img"
digest: "sha256:f6529be56da3429a56e4f5ef202bf4958201bc63f8541e478caa6e8eb712e635"
- location: "https://cloud-images.ubuntu.com/releases/23.10/release-20231011/ubuntu-23.10-server-cloudimg-arm64.img"
arch: "aarch64"
digest: "sha256:46d4f3874831fc28e0edcf24b86b6b8017e0492fa848d951cfa3c7b520b2d2fa"
digest: "sha256:78d35a2f551d281912ee7e5202660d94d713aa1b5de86a17e261328cc2f093d4"
# Fallback to the latest release image.
# Hint: run `limactl prune` to invalidate the cache
- location: "https://cloud-images.ubuntu.com/releases/23.04/release/ubuntu-23.04-server-cloudimg-amd64.img"
- location: "https://cloud-images.ubuntu.com/releases/23.10/release/ubuntu-23.10-server-cloudimg-amd64.img"
arch: "x86_64"
- location: "https://cloud-images.ubuntu.com/releases/23.04/release/ubuntu-23.04-server-cloudimg-arm64.img"
- location: "https://cloud-images.ubuntu.com/releases/23.10/release/ubuntu-23.10-server-cloudimg-arm64.img"
arch: "aarch64"

containerd:
Expand Down
8 changes: 4 additions & 4 deletions examples/centos-stream-8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

images:
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
- location: "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20230925.0.x86_64.qcow2"
- location: "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20231009.1.x86_64.qcow2"
arch: "x86_64"
digest: "sha256:a0520f4c3f73fbf9165c6662bf4116732214f3f52b556d421c5360422f221dd2"
- location: "https://cloud.centos.org/centos/8-stream/aarch64/images/CentOS-Stream-GenericCloud-8-20230925.0.aarch64.qcow2"
digest: "sha256:5d861ac41016ddbd91aca29269778d916c3a006e2d7f516658326a4842156ea1"
- location: "https://cloud.centos.org/centos/8-stream/aarch64/images/CentOS-Stream-GenericCloud-8-20231009.1.aarch64.qcow2"
arch: "aarch64"
digest: "sha256:fc0c1da2db3667afb5483701cf5d05587be717c60532f18dfe51a451b74580d9"
digest: "sha256:3201e5adb5560376095826cdfc069368082820183cfad85455f21dff29ae93df"
# Fallback to the latest release image.
# Hint: run `limactl prune` to invalidate the cache
- location: "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-latest.x86_64.qcow2"
Expand Down
8 changes: 4 additions & 4 deletions examples/centos-stream-9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

images:
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
- location: "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20230925.0.x86_64.qcow2"
- location: "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20231009.1.x86_64.qcow2"
arch: "x86_64"
digest: "sha256:6194c366026643aabbc84355c9e2ae2265b38edc0bf0b59aaee475a56bd0813d"
- location: "https://cloud.centos.org/centos/9-stream/aarch64/images/CentOS-Stream-GenericCloud-9-20230925.0.aarch64.qcow2"
digest: "sha256:b0faa6b4651cf4783c629e125a448fae71813f1fcb14fbd6423225becaeb5e3d"
- location: "https://cloud.centos.org/centos/9-stream/aarch64/images/CentOS-Stream-GenericCloud-9-20231009.1.aarch64.qcow2"
arch: "aarch64"
digest: "sha256:a98139043109fba27da26508ea5a8939ed08659dafc7ed64b6d4d6b964b5f58b"
digest: "sha256:174d38822413dd2d781ac4a1a4827eb714029dcc2ac5c94f6ac5eba13ffa4d06"
# Fallback to the latest release image.
# Hint: run `limactl prune` to invalidate the cache
- location: "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-latest.x86_64.qcow2"
Expand Down
8 changes: 4 additions & 4 deletions examples/debian-11.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# This template requires Lima v0.7.0 or later
images:
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
- location: "https://cloud.debian.org/images/cloud/bullseye/20230912-1501/debian-11-genericcloud-amd64-20230912-1501.qcow2"
- location: "https://cloud.debian.org/images/cloud/bullseye/20231004-1523/debian-11-genericcloud-amd64-20231004-1523.qcow2"
arch: "x86_64"
digest: "sha512:7c02b0407250f99881987499f496834d925352ce7644476a7858fe9d25a0def20062087c267d54728699e803ec81dee09b8b86af37e18388623cf97e40c423a9"
- location: "https://cloud.debian.org/images/cloud/bullseye/20230912-1501/debian-11-genericcloud-arm64-20230912-1501.qcow2"
digest: "sha512:83cb90b44232d6899369fa0980a81baf97a2ac5b188ffe373a74f4aa9ca7a5d13b80f6cc221fc31c3e556efb4f0aa254ea265c2d452d23e2e7f05efc7f3014fe"
- location: "https://cloud.debian.org/images/cloud/bullseye/20231004-1523/debian-11-genericcloud-arm64-20231004-1523.qcow2"
arch: "aarch64"
digest: "sha512:972696f3d3b4d0899c157c18772a74cdfb578ec1e547c47f8a8bc7344257c802346616a7bf8006b7647f73c662fd9179643600a6cc2b10c58992527457332fc7"
digest: "sha512:92e4c7ce1ca4b39f96b5f665ec52afba9421690d96c68a49032a5c7c5dcbd101badc78f7354cede9bd5b3337c821d8eeb9035b8c1dbf1d4398cce8f1c6eecd3b"
# Fallback to the latest release image.
# Hint: run `limactl prune` to invalidate the cache
- location: "https://cloud.debian.org/images/cloud/bullseye/latest/debian-11-genericcloud-amd64.qcow2"
Expand Down
8 changes: 4 additions & 4 deletions examples/debian-12.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# This template requires Lima v0.7.0 or later
images:
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
- location: "https://cloud.debian.org/images/cloud/bookworm/20230910-1499/debian-12-genericcloud-amd64-20230910-1499.qcow2"
- location: "https://cloud.debian.org/images/cloud/bookworm/20231004-1523/debian-12-genericcloud-amd64-20231004-1523.qcow2"
arch: "x86_64"
digest: "sha512:42f3565ef632bea438b55acffb24a87400c4e285c50a5b79083da1c2ba6eb02e381adb3b45fec387f2852b64170a451be46bcc3b50c0d79a229daaf641b96453"
- location: "https://cloud.debian.org/images/cloud/bookworm/20230910-1499/debian-12-genericcloud-arm64-20230910-1499.qcow2"
digest: "sha512:b594a146d0c85aa138b7fd4ba27cdf4c56fcceef2f90d6f4e1553d35c7faeab566df885ccaa2e48b2c9edf1d1926f0b997406f34729708069c6fad9ee1c73397"
- location: "https://cloud.debian.org/images/cloud/bookworm/20231004-1523/debian-12-genericcloud-arm64-20231004-1523.qcow2"
arch: "aarch64"
digest: "sha512:a359237f488ce8c57bae9639212d2a0906a12ff3a58d87a1bab4bbafef4585e682dd1af41136f0bb2471dbecad012d5616e4c977f5f32336fa7bb8a72f675eb1"
digest: "sha512:fe7f7f0938baafd3297470774752b7e89d125a43343765236d9b3aabdeb53b0dc5a5164d22fbcf93f8943f8c24f6836a2b8e02524f090dc6e9dda3f3f0ab0674"
# Fallback to the latest release image.
# Hint: run `limactl prune` to invalidate the cache
- location: "https://cloud.debian.org/images/cloud/bookworm/latest/debian-12-genericcloud-amd64.qcow2"
Expand Down
14 changes: 7 additions & 7 deletions examples/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@ arch: null

# OpenStack-compatible disk image.
# 🟢 Builtin default: null (must be specified)
# 🔵 This file: Ubuntu 23.04 Lunar Lobster images
# 🔵 This file: Ubuntu images
images:
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
- location: "https://cloud-images.ubuntu.com/releases/23.04/release-20230926/ubuntu-23.04-server-cloudimg-amd64.img"
- location: "https://cloud-images.ubuntu.com/releases/23.10/release-20231011/ubuntu-23.10-server-cloudimg-amd64.img"
arch: "x86_64"
digest: "sha256:1e35473cea5e1b827b91ad6ebb43b605a00d506c11f66c75076c424ae5372440"
- location: "https://cloud-images.ubuntu.com/releases/23.04/release-20230926/ubuntu-23.04-server-cloudimg-arm64.img"
digest: "sha256:f6529be56da3429a56e4f5ef202bf4958201bc63f8541e478caa6e8eb712e635"
- location: "https://cloud-images.ubuntu.com/releases/23.10/release-20231011/ubuntu-23.10-server-cloudimg-arm64.img"
arch: "aarch64"
digest: "sha256:46d4f3874831fc28e0edcf24b86b6b8017e0492fa848d951cfa3c7b520b2d2fa"
digest: "sha256:78d35a2f551d281912ee7e5202660d94d713aa1b5de86a17e261328cc2f093d4"
# Fallback to the latest release image.
# Hint: run `limactl prune` to invalidate the cache
- location: "https://cloud-images.ubuntu.com/releases/23.04/release/ubuntu-23.04-server-cloudimg-amd64.img"
- location: "https://cloud-images.ubuntu.com/releases/23.10/release/ubuntu-23.10-server-cloudimg-amd64.img"
arch: "x86_64"
- location: "https://cloud-images.ubuntu.com/releases/23.04/release/ubuntu-23.04-server-cloudimg-arm64.img"
- location: "https://cloud-images.ubuntu.com/releases/23.10/release/ubuntu-23.10-server-cloudimg-arm64.img"
arch: "aarch64"

# CPUs
Expand Down
8 changes: 4 additions & 4 deletions examples/docker-rootful.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
# This template requires Lima v0.8.0 or later
images:
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
- location: "https://cloud-images.ubuntu.com/releases/22.04/release-20230927/ubuntu-22.04-server-cloudimg-amd64.img"
- location: "https://cloud-images.ubuntu.com/releases/22.04/release-20231010/ubuntu-22.04-server-cloudimg-amd64.img"
arch: "x86_64"
digest: "sha256:2461b36d86ac524e755c56e25cdc1537c92aec8bac6d3e1795fa92b105beba2f"
- location: "https://cloud-images.ubuntu.com/releases/22.04/release-20230927/ubuntu-22.04-server-cloudimg-arm64.img"
digest: "sha256:5bed3f233c2422187e86089deea51bb8469dc2a26e96814ca41ff8f14dc80308"
- location: "https://cloud-images.ubuntu.com/releases/22.04/release-20231010/ubuntu-22.04-server-cloudimg-arm64.img"
arch: "aarch64"
digest: "sha256:0b565888914cd2ccbf3f1d857435a1c25bb945c152c1f45e39327a2a1ff3eb64"
digest: "sha256:5167c1b13cb33274955e36332ecb7b14f02b71fd19a37a9c1a3a0f8a805ab8e5"
# Fallback to the latest release image.
# Hint: run `limactl prune` to invalidate the cache
- location: "https://cloud-images.ubuntu.com/releases/22.04/release/ubuntu-22.04-server-cloudimg-amd64.img"
Expand Down
8 changes: 4 additions & 4 deletions examples/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
# This template requires Lima v0.8.0 or later
images:
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
- location: "https://cloud-images.ubuntu.com/releases/22.04/release-20230927/ubuntu-22.04-server-cloudimg-amd64.img"
- location: "https://cloud-images.ubuntu.com/releases/22.04/release-20231010/ubuntu-22.04-server-cloudimg-amd64.img"
arch: "x86_64"
digest: "sha256:2461b36d86ac524e755c56e25cdc1537c92aec8bac6d3e1795fa92b105beba2f"
- location: "https://cloud-images.ubuntu.com/releases/22.04/release-20230927/ubuntu-22.04-server-cloudimg-arm64.img"
digest: "sha256:5bed3f233c2422187e86089deea51bb8469dc2a26e96814ca41ff8f14dc80308"
- location: "https://cloud-images.ubuntu.com/releases/22.04/release-20231010/ubuntu-22.04-server-cloudimg-arm64.img"
arch: "aarch64"
digest: "sha256:0b565888914cd2ccbf3f1d857435a1c25bb945c152c1f45e39327a2a1ff3eb64"
digest: "sha256:5167c1b13cb33274955e36332ecb7b14f02b71fd19a37a9c1a3a0f8a805ab8e5"
# Fallback to the latest release image.
# Hint: run `limactl prune` to invalidate the cache
- location: "https://cloud-images.ubuntu.com/releases/22.04/release/ubuntu-22.04-server-cloudimg-amd64.img"
Expand Down
12 changes: 6 additions & 6 deletions examples/experimental/9p.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
# This template is planned to be merged to default.yaml in Lima v1.0 (ETA: 2022 Q2).
images:
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
- location: "https://cloud-images.ubuntu.com/releases/23.04/release-20230926/ubuntu-23.04-server-cloudimg-amd64.img"
- location: "https://cloud-images.ubuntu.com/releases/23.10/release-20231011/ubuntu-23.10-server-cloudimg-amd64.img"
arch: "x86_64"
digest: "sha256:1e35473cea5e1b827b91ad6ebb43b605a00d506c11f66c75076c424ae5372440"
- location: "https://cloud-images.ubuntu.com/releases/23.04/release-20230926/ubuntu-23.04-server-cloudimg-arm64.img"
digest: "sha256:f6529be56da3429a56e4f5ef202bf4958201bc63f8541e478caa6e8eb712e635"
- location: "https://cloud-images.ubuntu.com/releases/23.10/release-20231011/ubuntu-23.10-server-cloudimg-arm64.img"
arch: "aarch64"
digest: "sha256:46d4f3874831fc28e0edcf24b86b6b8017e0492fa848d951cfa3c7b520b2d2fa"
digest: "sha256:78d35a2f551d281912ee7e5202660d94d713aa1b5de86a17e261328cc2f093d4"
# Fallback to the latest release image.
# Hint: run `limactl prune` to invalidate the cache
- location: "https://cloud-images.ubuntu.com/releases/23.04/release/ubuntu-23.04-server-cloudimg-amd64.img"
- location: "https://cloud-images.ubuntu.com/releases/23.10/release/ubuntu-23.10-server-cloudimg-amd64.img"
arch: "x86_64"
- location: "https://cloud-images.ubuntu.com/releases/23.04/release/ubuntu-23.04-server-cloudimg-arm64.img"
- location: "https://cloud-images.ubuntu.com/releases/23.10/release/ubuntu-23.10-server-cloudimg-arm64.img"
arch: "aarch64"

mounts:
Expand Down
6 changes: 3 additions & 3 deletions examples/experimental/armv7l.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
arch: "armv7l"
images:
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
- location: "https://cloud-images.ubuntu.com/releases/23.04/release-20230926/ubuntu-23.04-server-cloudimg-armhf.img"
- location: "https://cloud-images.ubuntu.com/releases/23.10/release-20231011/ubuntu-23.10-server-cloudimg-armhf.img"
arch: "armv7l"
digest: "sha256:9e554bd089c4aaf2196860d633947d202d382883dba602e7904d216ee3cce71d"
digest: "sha256:58bfb10e547a766ee4035b5a69f2f943ffb3035c85dad4b2b6ffcc7e4958e493"
# Fallback to the latest release image.
# Hint: run `limactl prune` to invalidate the cache
- location: "https://cloud-images.ubuntu.com/releases/23.04/release/ubuntu-23.04-server-cloudimg-armhf.img"
- location: "https://cloud-images.ubuntu.com/releases/23.10/release/ubuntu-23.10-server-cloudimg-armhf.img"
arch: "armv7l"

mounts:
Expand Down
18 changes: 9 additions & 9 deletions examples/experimental/riscv64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@

arch: "riscv64"
images:
- location: "https://cloud-images.ubuntu.com/releases/23.04/release-20230926/ubuntu-23.04-server-cloudimg-riscv64.img"
- location: "https://cloud-images.ubuntu.com/releases/23.10/release-20231011/ubuntu-23.10-server-cloudimg-riscv64.img"
arch: "riscv64"
digest: "sha256:80133bccf0dfd3bc06d63acbef7a78de38c29d9eef5e903f683173cd206b4458"
digest: "sha256:73e7e8d673e3db5bb629e81286db20438343ff4e7aaf4d90844299b4537b59c8"
kernel:
# Extracted from http://http.us.debian.org/debian/pool/main/u/u-boot/u-boot-qemu_2023.01+dfsg-2_all.deb (GPL-2.0)
location: "https://github.com/lima-vm/u-boot-qemu-mirror/releases/download/2023.01%2Bdfsg-2/qemu-riscv64_smode_uboot.elf"
digest: "sha256:d688d1afd7fd8266a964437438e7d8744c8c27c50124ac1b05e2d83f312a6ca6"
# Extracted from http://http.us.debian.org/debian/pool/main/u/u-boot/u-boot-qemu_2023.07+dfsg-1_all.deb (GPL-2.0)
location: "https://github.com/lima-vm/u-boot-qemu-mirror/releases/download/2023.07%2Bdfsg-7/qemu-riscv64_smode_uboot.elf"
digest: "sha256:d4b3a10c3ef04219641802a586dca905e768805f5a5164fb68520887df54f33c"
# Fallback to the latest release image.
# Hint: run `limactl prune` to invalidate the cache
- location: "https://cloud-images.ubuntu.com/releases/23.04/release/ubuntu-23.04-server-cloudimg-riscv64.img"
- location: "https://cloud-images.ubuntu.com/releases/23.10/release/ubuntu-23.10-server-cloudimg-riscv64.img"
arch: "riscv64"
kernel:
# Extracted from http://http.us.debian.org/debian/pool/main/u/u-boot/u-boot-qemu_2023.04+dfsg-1_all.deb (GPL-2.0)
location: "https://github.com/lima-vm/u-boot-qemu-mirror/releases/download/2023.04%2Bdfsg-1/qemu-riscv64_smode_uboot.elf"
digest: "sha256:c3c634d66dca211efe7dece9c83071bc40f1c11db86c9dd7ce6f75bf87edef20"
# Extracted from http://http.us.debian.org/debian/pool/main/u/u-boot/u-boot-qemu_2023.07+dfsg-1_all.deb (GPL-2.0)
location: "https://github.com/lima-vm/u-boot-qemu-mirror/releases/download/2023.07%2Bdfsg-1/qemu-riscv64_smode_uboot.elf"
digest: "sha256:d4b3a10c3ef04219641802a586dca905e768805f5a5164fb68520887df54f33c"

mounts:
- location: "~"
Expand Down
Loading

0 comments on commit 2a2489d

Please sign in to comment.