@@ -88,44 +88,44 @@ async function seedImages(db: Database) {
8888 id : IMAGE_IDS [ 'ubuntu-22.04/base' ] ,
8989 osVersion : 'ubuntu-22.04' ,
9090 toolchain : 'base' ,
91- kernelRef : 'images/ubuntu-22.04-base/vmlinux ' ,
92- rootfsRef : 'images/ubuntu-22.04- base/rootfs.ext4' ,
91+ kernelRef : 'images/vmlinux-5.10 ' ,
92+ rootfsRef : 'images/ubuntu-22.04/ base/rootfs.ext4' ,
9393 digest : '0000000000000000000000000000000000000000000000000000000000000000' ,
9494 sizeBytes : 0 ,
9595 } ,
9696 {
9797 id : IMAGE_IDS [ 'ubuntu-22.04/node-22' ] ,
9898 osVersion : 'ubuntu-22.04' ,
9999 toolchain : 'node-22' ,
100- kernelRef : 'images/ubuntu-22.04-base/vmlinux ' ,
101- rootfsRef : 'images/ubuntu-22.04- node-22/rootfs.ext4' ,
100+ kernelRef : 'images/vmlinux-5.10 ' ,
101+ rootfsRef : 'images/ubuntu-22.04/ node-22/rootfs.ext4' ,
102102 digest : '0000000000000000000000000000000000000000000000000000000000000000' ,
103103 sizeBytes : 0 ,
104104 } ,
105105 {
106106 id : IMAGE_IDS [ 'ubuntu-22.04/bun' ] ,
107107 osVersion : 'ubuntu-22.04' ,
108108 toolchain : 'bun' ,
109- kernelRef : 'images/ubuntu-22.04-base/vmlinux ' ,
110- rootfsRef : 'images/ubuntu-22.04- bun/rootfs.ext4' ,
109+ kernelRef : 'images/vmlinux-5.10 ' ,
110+ rootfsRef : 'images/ubuntu-22.04/ bun/rootfs.ext4' ,
111111 digest : '0000000000000000000000000000000000000000000000000000000000000000' ,
112112 sizeBytes : 0 ,
113113 } ,
114114 {
115115 id : IMAGE_IDS [ 'ubuntu-22.04/python-3.12' ] ,
116116 osVersion : 'ubuntu-22.04' ,
117117 toolchain : 'python-3.12' ,
118- kernelRef : 'images/ubuntu-22.04-base/vmlinux ' ,
119- rootfsRef : 'images/ubuntu-22.04- python-3.12/rootfs.ext4' ,
118+ kernelRef : 'images/vmlinux-5.10 ' ,
119+ rootfsRef : 'images/ubuntu-22.04/ python-3.12/rootfs.ext4' ,
120120 digest : '0000000000000000000000000000000000000000000000000000000000000000' ,
121121 sizeBytes : 0 ,
122122 } ,
123123 {
124124 id : IMAGE_IDS [ 'ubuntu-22.04/go-1.22' ] ,
125125 osVersion : 'ubuntu-22.04' ,
126126 toolchain : 'go-1.22' ,
127- kernelRef : 'images/ubuntu-22.04-base/vmlinux ' ,
128- rootfsRef : 'images/ubuntu-22.04- go-1.22/rootfs.ext4' ,
127+ kernelRef : 'images/vmlinux-5.10 ' ,
128+ rootfsRef : 'images/ubuntu-22.04/ go-1.22/rootfs.ext4' ,
129129 digest : '0000000000000000000000000000000000000000000000000000000000000000' ,
130130 sizeBytes : 0 ,
131131 } ,
0 commit comments