Skip to content

Commit d6aa0d4

Browse files
authored
Merge pull request #865 from AkihiroSuda/oraclelinux-8.6
templates: update Oracle Linux to 8.6; support ARM
2 parents 306435f + 8626bf7 commit d6aa0d4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

examples/oraclelinux.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# This example requires Lima v0.9.0 or later.
22
# Oracle image licence: https://www.oracle.com/downloads/licenses/oracle-linux-license.html
33
# Image source: https://yum.oracle.com/oracle-linux-templates.html
4-
arch: "x86_64"
54

65
images:
7-
- location: "https://yum.oracle.com/templates/OracleLinux/OL8/u5/x86_64/OL8U5_x86_64-olvm-b113.qcow2"
6+
- location: "https://yum.oracle.com/templates/OracleLinux/OL8/u6/x86_64/OL8U6_x86_64-kvm-b126.qcow"
87
arch: "x86_64"
9-
digest: "sha256:550db4100b38825d1778f23f8c457f3fc971d96be1326fb512a5e607032b2a24"
8+
digest: "sha256:f00bf07669b1b9b07de446140ed0ac4f3f310160104a41715cfa051d0ded3eed"
9+
- location: "https://yum.oracle.com/templates/OracleLinux/OL8/u6/aarch64/OL8U6_aarch64-kvm-b2.qcow"
10+
arch: "aarch64"
11+
digest: "sha256:7fcf1765c5aa346be85eb8df0bc03d9e71b83dba6724fa7c41421be541d2ff93"
1012
mounts:
1113
- location: "~"
1214
- location: "/tmp/lima"

0 commit comments

Comments
 (0)