Skip to content

Commit 8fb47e4

Browse files
committed
Merge branch 'kb/update_setupOS' into 'master'
Update setupos to use latest SNP binaries See merge request dfinity-lab/public/ic!12646
2 parents 2008ed5 + b6576e4 commit 8fb47e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ic-os/setupos/rootfs/Dockerfile.base

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ RUN apt-get -y update && \
4040
# In the future this will change. Either:
4141
# - the mainline kernel will get SEV-SNP or
4242
# - 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} \
4545
&& dpkg -i ${MODIFIED_KERNEL_DEB} \
4646
&& 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 \
4949
&& find /boot -name "*.old" | xargs -L 1 unlink \
5050
&& find /boot -name "initrd*generic" \
5151
-o -name "vmlinuz*generic" \

0 commit comments

Comments
 (0)