File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ RUN apt-get -y update && \
40
40
# In the future this will change. Either:
41
41
# - the mainline kernel will get SEV-SNP or
42
42
# - AMDSEV repo might get built as part of this dockerfile
43
- ARG MODIFIED_KERNEL_DEB="linux-image-6.1.0-rc4-snp-host-db73108c4fd6_6 .1.0-rc4-snp-host-db73108c4fd6 -1_amd64.deb"
44
- RUN curl -LsSf --remote-name https://github.com/dfinity/AMDSEV/releases/download/snp-release-2023-04-28 /${MODIFIED_KERNEL_DEB} \
43
+ ARG MODIFIED_KERNEL_DEB="linux-image-6.1.0-rc4-snp-host-93fa8c5918a4_6 .1.0-rc4-snp-host-93fa8c5918a4 -1_amd64.deb"
44
+ RUN curl -LsSf --remote-name https://github.com/dfinity/AMDSEV/releases/download/snp-release-2023-05-24 /${MODIFIED_KERNEL_DEB} \
45
45
&& dpkg -i ${MODIFIED_KERNEL_DEB} \
46
46
&& rm ${MODIFIED_KERNEL_DEB} \
47
- && ln -sf vmlinuz-6.1.0-rc4-snp-host-db73108c4fd6 /boot/vmlinuz \
48
- && ln -sf initrd.img-6.1.0-rc4-snp-host-db73108c4fd6 /boot/initrd.img \
47
+ && ln -sf vmlinuz-6.1.0-rc4-snp-host-93fa8c5918a4 /boot/vmlinuz \
48
+ && ln -sf initrd.img-6.1.0-rc4-snp-host-93fa8c5918a4 /boot/initrd.img \
49
49
&& find /boot -name "*.old" | xargs -L 1 unlink \
50
50
&& find /boot -name "initrd*generic" \
51
51
-o -name "vmlinuz*generic" \
You can’t perform that action at this time.
0 commit comments