Skip to content

Commit c61e711

Browse files
committed
Update test vms to Ubuntu 25.04
Since Sep 13 updating the vms fail with: Ign:1 http://archive.ubuntu.com/ubuntu oracular InRelease Ign:2 http://security.ubuntu.com/ubuntu oracular-security InRelease Ign:3 http://archive.ubuntu.com/ubuntu oracular-updates InRelease Err:4 http://security.ubuntu.com/ubuntu oracular-security Release 404 Not Found [IP: 91.189.91.83 80] Ign:5 http://archive.ubuntu.com/ubuntu oracular-backports InRelease Err:6 http://archive.ubuntu.com/ubuntu oracular Release 404 Not Found [IP: 91.189.91.83 80] Err:7 http://archive.ubuntu.com/ubuntu oracular-updates Release 404 Not Found [IP: 91.189.91.83 80] Err:8 http://archive.ubuntu.com/ubuntu oracular-backports Release 404 Not Found [IP: 91.189.91.83 80] Reading package lists... E: The repository 'http://security.ubuntu.com/ubuntu oracular-security Release' no longer has a Release file. E: The repository 'http://archive.ubuntu.com/ubuntu oracular Release' no longer has a Release file. E: The repository 'http://archive.ubuntu.com/ubuntu oracular-updates Release' no longer has a Release file. E: The repository 'http://archive.ubuntu.com/ubuntu oracular-backports Release' does not have a Release file. Signed-off-by: Nir Soffer <[email protected]>
1 parent b9b45cc commit c61e711

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/lima.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
images:
2-
- location: "https://cloud-images.ubuntu.com/releases/24.10/release/ubuntu-24.10-server-cloudimg-amd64.img"
2+
- location: "https://cloud-images.ubuntu.com/releases/25.04/release/ubuntu-25.04-server-cloudimg-amd64.img"
33
arch: "x86_64"
4-
- location: "https://cloud-images.ubuntu.com/releases/24.10/release/ubuntu-24.10-server-cloudimg-arm64.img"
4+
- location: "https://cloud-images.ubuntu.com/releases/25.04/release/ubuntu-25.04-server-cloudimg-arm64.img"
55
arch: "aarch64"
66
cpus: 1
77
memory: "1g"

test/vmnet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Minimal vm for testing socket_vmnet integartion with lima.
22

33
images:
4-
- location: "https://cloud-images.ubuntu.com/releases/24.10/release/ubuntu-24.10-server-cloudimg-amd64.img"
4+
- location: "https://cloud-images.ubuntu.com/releases/25.04/release/ubuntu-25.04-server-cloudimg-amd64.img"
55
arch: "x86_64"
66
plain: true
77
memory: "1g"

0 commit comments

Comments
 (0)