Skip to content

Commit

Permalink
Merge pull request #942 from AkihiroSuda/dev
Browse files Browse the repository at this point in the history
templates: update Rocky Linux to 8.6.20220702.0
  • Loading branch information
AkihiroSuda authored Jul 5, 2022
2 parents de9f354 + f05d342 commit e0852c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
5 changes: 2 additions & 3 deletions examples/experimental/apptainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@

# This example requires Lima v0.8.3 or later.

# NOTE: skip 8.6-20220515, as it seems broken (lacks sudo): https://bugs.rockylinux.org/view.php?id=102
images:
- location: "https://dl.rockylinux.org/pub/rocky/8.5/images/Rocky-8-GenericCloud-8.5-20211114.2.x86_64.qcow2"
- location: "https://dl.rockylinux.org/pub/rocky/8.6/images/Rocky-8-GenericCloud-8.6.20220702.0.x86_64.qcow2"
arch: "x86_64"
digest: "sha256:c23f58f26f73fb9ae92bfb4cf881993c23fdce1bbcfd2881a5831f90373ce0c8"
digest: "sha256:7b786a39eeb96e22dd85386377ff186737f6c1b9a5faa105b0a0a7a4895c29d0"
mounts:
- location: "~"
- location: "/tmp/lima"
Expand Down
9 changes: 4 additions & 5 deletions examples/rocky.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# This example requires Lima v0.8.3 or later.

# NOTE: skip 8.6-20220515, as it seems broken (lacks sudo): https://bugs.rockylinux.org/view.php?id=102
images:
- location: "https://dl.rockylinux.org/pub/rocky/8.5/images/Rocky-8-GenericCloud-8.5-20211114.2.x86_64.qcow2"
- location: "https://dl.rockylinux.org/pub/rocky/8.6/images/Rocky-8-GenericCloud-8.6.20220702.0.x86_64.qcow2"
arch: "x86_64"
digest: "sha256:c23f58f26f73fb9ae92bfb4cf881993c23fdce1bbcfd2881a5831f90373ce0c8"
- location: "https://dl.rockylinux.org/pub/rocky/8.5/images/Rocky-8-GenericCloud-8.5.20211114.1.aarch64.qcow2"
digest: "sha256:7b786a39eeb96e22dd85386377ff186737f6c1b9a5faa105b0a0a7a4895c29d0"
- location: "https://dl.rockylinux.org/pub/rocky/8.6/images/Rocky-8-GenericCloud-8.6.20220702.0.aarch64.qcow2"
arch: "aarch64"
digest: "sha256:f13cfa7b5e449cc165181a1efbea5b1cdce73ef6a5d6bb24c22b50f67f1f8fe2"
digest: "sha256:42da3cc0c10677d37e43f862c4a8f3ab3b72bcccc91ce0c0ef9f4100f4b950b4"
mounts:
- location: "~"
- location: "/tmp/lima"
Expand Down

0 comments on commit e0852c9

Please sign in to comment.