@@ -141,7 +141,7 @@ def linode_for_disk_tests(test_linode_client, e2e_test_firewall):
141141 linode_instance , password = client .linode .instance_create (
142142 "g6-nanode-1" ,
143143 region ,
144- image = "linode/alpine3.19 " ,
144+ image = "linode/ubuntu24.04 " ,
145145 label = label + "_long_tests" ,
146146 firewall = e2e_test_firewall ,
147147 )
@@ -174,7 +174,7 @@ def linode_with_block_storage_encryption(test_linode_client, e2e_test_firewall):
174174 linode_instance , password = client .linode .instance_create (
175175 "g6-nanode-1" ,
176176 region ,
177- image = "linode/alpine3.19 " ,
177+ image = "linode/ubuntu24.04 " ,
178178 label = label + "block-storage-encryption" ,
179179 firewall = e2e_test_firewall ,
180180 )
@@ -215,7 +215,7 @@ def linode_with_disk_encryption(test_linode_client, request):
215215 linode_instance , password = client .linode .instance_create (
216216 "g6-nanode-1" ,
217217 target_region ,
218- image = "linode/ubuntu24.10 " ,
218+ image = "linode/ubuntu24.04 " ,
219219 label = label ,
220220 booted = False ,
221221 disk_encryption = disk_encryption ,
0 commit comments