Skip to content

Commit 6743415

Browse files
Vejellavvejell1
authored andcommitted
Downgrading rootfs from bookworm to bullseye
During performing sanity checks on Firecracker-containerd, the AMD ec2 instance got failed. It is due to panicking of kernel and systemd causes segmentation fault while pulling an image. Then we downgraded the Debian version of rootfs from bokworm to bullseye to work. Signed-off-by: Vaishnavi Vejella <[email protected]>
1 parent 279a03c commit 6743415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/image-builder/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ define run_debootstrap =
4646
debootstrap \
4747
--variant=minbase \
4848
--include=$(subst $(SPACE),$(COMMA),$(PACKAGES))\
49-
bookworm \
49+
bullseye \
5050
"$(WORKDIR)" $(DEBMIRROR)
5151
rm -rf "$(WORKDIR)/var/cache/apt/archives" \
5252
"$(WORKDIR)/usr/share/doc" \

0 commit comments

Comments
 (0)