Skip to content

Commit 23fa004

Browse files
committed
image: update kernel to 6.6.30
1 parent 75bd08e commit 23fa004

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

bazel/toolchains/linux_kernel.bzl

+16-12
Original file line numberDiff line numberDiff line change
@@ -9,44 +9,45 @@ def kernel_rpms():
99
http_file(
1010
name = "kernel_lts",
1111
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",
1414
],
1515
downloaded_file_path = "kernel-lts.rpm",
16-
sha256 = "b1f40fcc493189045ae93124968d185c8b3351433b9e0f49cfdb49998f5efa17",
16+
sha256 = "dcc678582767da41a831c3fc0a88ec857b8df1b69856009072f1b81ebe6ebbf4",
1717
)
1818
http_file(
1919
name = "kernel_core_lts",
2020
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",
2323
],
2424
downloaded_file_path = "kernel-core-lts.rpm",
25-
sha256 = "124f418f63ee7453e220448d372d5fd9727d42e5236da22d98e33fabc4fcd5dc",
25+
sha256 = "eef221be0f76502afd5c2ee9679561565b2605ba91c35e5827522c05ccbaf7f7",
2626
)
2727
http_file(
2828
name = "kernel_modules_lts",
2929
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",
3232
],
3333
downloaded_file_path = "kernel-modules-lts.rpm",
34-
sha256 = "8aef6f1e07ddfc57b0a0e2c9a23eae392b3c628770492c21a762cbab941c6923",
34+
sha256 = "7865333af2d9fcf8205d791a1ef53ada967d47b4e1aafedc24e22a37abf0ebca",
3535
)
3636
http_file(
3737
name = "kernel_modules_core_lts",
3838
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",
4141
],
4242
downloaded_file_path = "kernel-modules-core-lts.rpm",
43-
sha256 = "2a8865452cd9680da17834bc3c1b323779f24bb70d01be9cd5df2b02bde815cb",
43+
sha256 = "570f33c382d22560be3a9152184b938d197caee4dff5736038efd198b86fc88a",
4444
)
4545

4646
# mainline kernel
4747
http_file(
4848
name = "kernel_mainline",
4949
urls = [
50+
"https://cdn.confidential.cloud/constellation/cas/sha256/6eaec29870e6549d95a93b72ea10715507db84b851c68c0d75e44e4c20f895f2",
5051
"https://kojipkgs.fedoraproject.org/packages/kernel/6.8.9/300.fc40/x86_64/kernel-6.8.9-300.fc40.x86_64.rpm",
5152
],
5253
downloaded_file_path = "kernel-mainline.rpm",
@@ -55,6 +56,7 @@ def kernel_rpms():
5556
http_file(
5657
name = "kernel_core_mainline",
5758
urls = [
59+
"https://cdn.confidential.cloud/constellation/cas/sha256/910fd35209f7dc8185e88dddeaccf6158dd63ad9fd469ef3dc81b96840ef28eb",
5860
"https://kojipkgs.fedoraproject.org/packages/kernel/6.8.9/300.fc40/x86_64/kernel-core-6.8.9-300.fc40.x86_64.rpm",
5961
],
6062
downloaded_file_path = "kernel-core-mainline.rpm",
@@ -63,6 +65,7 @@ def kernel_rpms():
6365
http_file(
6466
name = "kernel_modules_mainline",
6567
urls = [
68+
"https://cdn.confidential.cloud/constellation/cas/sha256/b8de20433c68d2fe0ca6625e25f314aba36a9327592db8b1478b97bb50521149",
6669
"https://kojipkgs.fedoraproject.org/packages/kernel/6.8.9/300.fc40/x86_64/kernel-modules-6.8.9-300.fc40.x86_64.rpm",
6770
],
6871
downloaded_file_path = "kernel-modules-mainline.rpm",
@@ -71,6 +74,7 @@ def kernel_rpms():
7174
http_file(
7275
name = "kernel_modules_core_mainline",
7376
urls = [
77+
"https://cdn.confidential.cloud/constellation/cas/sha256/8ecd8e96483810d18e04a20cd8ecef46f27bff0fbb54f23e67adb813828b3cec",
7478
"https://kojipkgs.fedoraproject.org/packages/kernel/6.8.9/300.fc40/x86_64/kernel-modules-core-6.8.9-300.fc40.x86_64.rpm",
7579
],
7680
downloaded_file_path = "kernel-modules-core-mainline.rpm",

0 commit comments

Comments
 (0)