@@ -2,16 +2,16 @@ package rofl
22
33// LatestBasicArtifacts are the latest TDX ROFL basic app artifacts.
44var LatestBasicArtifacts = ArtifactsConfig {
5- Firmware : "https://github.com/oasisprotocol/oasis-boot/releases/download/v0.4.0 /ovmf.tdx.fd#db47100a7d6a0c1f6983be224137c3f8d7cb09b63bb1c7a5ee7829d8e994a42f" ,
6- Kernel : "https://github.com/oasisprotocol/oasis-boot/releases/download/v0.4.0 /stage1.bin#06e12cba9b2423b4dd5916f4d84bf9c043f30041ab03aa74006f46ef9c129d22" ,
7- Stage2 : "https://github.com/oasisprotocol/oasis-boot/releases/download/v0.4.0 /stage2-basic.tar.bz2#72c84d2566959799fdd98fae08c143a8572a5a09ee426be376f9a8bbd1675f2b" ,
5+ Firmware : "https://github.com/oasisprotocol/oasis-boot/releases/download/v0.4.1 /ovmf.tdx.fd#db47100a7d6a0c1f6983be224137c3f8d7cb09b63bb1c7a5ee7829d8e994a42f" ,
6+ Kernel : "https://github.com/oasisprotocol/oasis-boot/releases/download/v0.4.1 /stage1.bin#06e12cba9b2423b4dd5916f4d84bf9c043f30041ab03aa74006f46ef9c129d22" ,
7+ Stage2 : "https://github.com/oasisprotocol/oasis-boot/releases/download/v0.4.1 /stage2-basic.tar.bz2#72c84d2566959799fdd98fae08c143a8572a5a09ee426be376f9a8bbd1675f2b" ,
88}
99
1010// LatestContainerArtifacts are the latest TDX container app artifacts.
1111var LatestContainerArtifacts = ArtifactsConfig {
12- Firmware : "https://github.com/oasisprotocol/oasis-boot/releases/download/v0.4.0 /ovmf.tdx.fd#db47100a7d6a0c1f6983be224137c3f8d7cb09b63bb1c7a5ee7829d8e994a42f" ,
13- Kernel : "https://github.com/oasisprotocol/oasis-boot/releases/download/v0.4.0 /stage1.bin#06e12cba9b2423b4dd5916f4d84bf9c043f30041ab03aa74006f46ef9c129d22" ,
14- Stage2 : "https://github.com/oasisprotocol/oasis-boot/releases/download/v0.4.0 /stage2-podman.tar.bz2#827531546f3db6b0945ece7ddab4e10d648eaa3ba1c146b7889d7cb9cbf0b507 " ,
12+ Firmware : "https://github.com/oasisprotocol/oasis-boot/releases/download/v0.4.1 /ovmf.tdx.fd#db47100a7d6a0c1f6983be224137c3f8d7cb09b63bb1c7a5ee7829d8e994a42f" ,
13+ Kernel : "https://github.com/oasisprotocol/oasis-boot/releases/download/v0.4.1 /stage1.bin#06e12cba9b2423b4dd5916f4d84bf9c043f30041ab03aa74006f46ef9c129d22" ,
14+ Stage2 : "https://github.com/oasisprotocol/oasis-boot/releases/download/v0.4.1 /stage2-podman.tar.bz2#6f2487aa064460384309a58c858ffea9316e739331b5c36789bb2f61117869d6 " ,
1515 Container : ContainerArtifactsConfig {
1616 Runtime : "https://github.com/oasisprotocol/oasis-sdk/releases/download/rofl-containers%2Fv0.4.1/rofl-containers#bdd2735af9ff10c9b1c1e8db535f4751739bd3707600c57b81e80195e6207673" ,
1717 Compose : "compose.yaml" ,
0 commit comments