@@ -9,44 +9,45 @@ def kernel_rpms():
9
9
http_file (
10
10
name = "kernel_lts" ,
11
11
urls = [
12
- "https://cdn.confidential.cloud/constellation/cas/sha256/b1f40fcc493189045ae93124968d185c8b3351433b9e0f49cfdb49998f5efa17 " ,
13
- "https://cdn.confidential.cloud/constellation/kernel/6.1.90 -100.constellation/kernel-6.1.90 -100.constellation.fc38 .x86_64.rpm" ,
12
+ "https://cdn.confidential.cloud/constellation/cas/sha256/dcc678582767da41a831c3fc0a88ec857b8df1b69856009072f1b81ebe6ebbf4 " ,
13
+ "https://cdn.confidential.cloud/constellation/kernel/6.6.30 -100.constellation/kernel-6.6.30 -100.constellation.fc40 .x86_64.rpm" ,
14
14
],
15
15
downloaded_file_path = "kernel-lts.rpm" ,
16
- sha256 = "b1f40fcc493189045ae93124968d185c8b3351433b9e0f49cfdb49998f5efa17 " ,
16
+ sha256 = "dcc678582767da41a831c3fc0a88ec857b8df1b69856009072f1b81ebe6ebbf4 " ,
17
17
)
18
18
http_file (
19
19
name = "kernel_core_lts" ,
20
20
urls = [
21
- "https://cdn.confidential.cloud/constellation/cas/sha256/124f418f63ee7453e220448d372d5fd9727d42e5236da22d98e33fabc4fcd5dc " ,
22
- "https://cdn.confidential.cloud/constellation/kernel/6.1.90 -100.constellation/kernel-core-6.1.90 -100.constellation.fc38 .x86_64.rpm" ,
21
+ "https://cdn.confidential.cloud/constellation/cas/sha256/eef221be0f76502afd5c2ee9679561565b2605ba91c35e5827522c05ccbaf7f7 " ,
22
+ "https://cdn.confidential.cloud/constellation/kernel/6.6.30 -100.constellation/kernel-core-6.6.30 -100.constellation.fc40 .x86_64.rpm" ,
23
23
],
24
24
downloaded_file_path = "kernel-core-lts.rpm" ,
25
- sha256 = "124f418f63ee7453e220448d372d5fd9727d42e5236da22d98e33fabc4fcd5dc " ,
25
+ sha256 = "eef221be0f76502afd5c2ee9679561565b2605ba91c35e5827522c05ccbaf7f7 " ,
26
26
)
27
27
http_file (
28
28
name = "kernel_modules_lts" ,
29
29
urls = [
30
- "https://cdn.confidential.cloud/constellation/cas/sha256/8aef6f1e07ddfc57b0a0e2c9a23eae392b3c628770492c21a762cbab941c6923 " ,
31
- "https://cdn.confidential.cloud/constellation/kernel/6.1.90 -100.constellation/kernel-modules-6.1.90 -100.constellation.fc38 .x86_64.rpm" ,
30
+ "https://cdn.confidential.cloud/constellation/cas/sha256/7865333af2d9fcf8205d791a1ef53ada967d47b4e1aafedc24e22a37abf0ebca " ,
31
+ "https://cdn.confidential.cloud/constellation/kernel/6.6.30 -100.constellation/kernel-modules-6.6.30 -100.constellation.fc40 .x86_64.rpm" ,
32
32
],
33
33
downloaded_file_path = "kernel-modules-lts.rpm" ,
34
- sha256 = "8aef6f1e07ddfc57b0a0e2c9a23eae392b3c628770492c21a762cbab941c6923 " ,
34
+ sha256 = "7865333af2d9fcf8205d791a1ef53ada967d47b4e1aafedc24e22a37abf0ebca " ,
35
35
)
36
36
http_file (
37
37
name = "kernel_modules_core_lts" ,
38
38
urls = [
39
- "https://cdn.confidential.cloud/constellation/cas/sha256/2a8865452cd9680da17834bc3c1b323779f24bb70d01be9cd5df2b02bde815cb " ,
40
- "https://cdn.confidential.cloud/constellation/kernel/6.1.90 -100.constellation/kernel-modules-core-6.1.90 -100.constellation.fc38 .x86_64.rpm" ,
39
+ "https://cdn.confidential.cloud/constellation/cas/sha256/570f33c382d22560be3a9152184b938d197caee4dff5736038efd198b86fc88a " ,
40
+ "https://cdn.confidential.cloud/constellation/kernel/6.6.30 -100.constellation/kernel-modules-core-6.6.30 -100.constellation.fc40 .x86_64.rpm" ,
41
41
],
42
42
downloaded_file_path = "kernel-modules-core-lts.rpm" ,
43
- sha256 = "2a8865452cd9680da17834bc3c1b323779f24bb70d01be9cd5df2b02bde815cb " ,
43
+ sha256 = "570f33c382d22560be3a9152184b938d197caee4dff5736038efd198b86fc88a " ,
44
44
)
45
45
46
46
# mainline kernel
47
47
http_file (
48
48
name = "kernel_mainline" ,
49
49
urls = [
50
+ "https://cdn.confidential.cloud/constellation/cas/sha256/6eaec29870e6549d95a93b72ea10715507db84b851c68c0d75e44e4c20f895f2" ,
50
51
"https://kojipkgs.fedoraproject.org/packages/kernel/6.8.9/300.fc40/x86_64/kernel-6.8.9-300.fc40.x86_64.rpm" ,
51
52
],
52
53
downloaded_file_path = "kernel-mainline.rpm" ,
@@ -55,6 +56,7 @@ def kernel_rpms():
55
56
http_file (
56
57
name = "kernel_core_mainline" ,
57
58
urls = [
59
+ "https://cdn.confidential.cloud/constellation/cas/sha256/910fd35209f7dc8185e88dddeaccf6158dd63ad9fd469ef3dc81b96840ef28eb" ,
58
60
"https://kojipkgs.fedoraproject.org/packages/kernel/6.8.9/300.fc40/x86_64/kernel-core-6.8.9-300.fc40.x86_64.rpm" ,
59
61
],
60
62
downloaded_file_path = "kernel-core-mainline.rpm" ,
@@ -63,6 +65,7 @@ def kernel_rpms():
63
65
http_file (
64
66
name = "kernel_modules_mainline" ,
65
67
urls = [
68
+ "https://cdn.confidential.cloud/constellation/cas/sha256/b8de20433c68d2fe0ca6625e25f314aba36a9327592db8b1478b97bb50521149" ,
66
69
"https://kojipkgs.fedoraproject.org/packages/kernel/6.8.9/300.fc40/x86_64/kernel-modules-6.8.9-300.fc40.x86_64.rpm" ,
67
70
],
68
71
downloaded_file_path = "kernel-modules-mainline.rpm" ,
@@ -71,6 +74,7 @@ def kernel_rpms():
71
74
http_file (
72
75
name = "kernel_modules_core_mainline" ,
73
76
urls = [
77
+ "https://cdn.confidential.cloud/constellation/cas/sha256/8ecd8e96483810d18e04a20cd8ecef46f27bff0fbb54f23e67adb813828b3cec" ,
74
78
"https://kojipkgs.fedoraproject.org/packages/kernel/6.8.9/300.fc40/x86_64/kernel-modules-core-6.8.9-300.fc40.x86_64.rpm" ,
75
79
],
76
80
downloaded_file_path = "kernel-modules-core-mainline.rpm" ,
0 commit comments