You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if my use case is an intended use case for minideb, but I currently use minideb to build the base of rootfs images to be used with MicroVMs like Firecracker.
Unfortunately a recent PR #173 breaks my current set up process for building my RootFS images.
It appears that apt-key relied on a /dev/null existing in the minideb tar archive in order to work.
I now get a number of /dev/null Permission Denied errors and many gpg verification errors.
Describe the results you expected:
By checking out to a commit before #173, the build works as expected with apt-get working as intended.
Additional information you deem important (e.g. issue happens only occasionally):
My kernel version is 5.10.0-33-cloud-amd64 if that helps.
Additional environment details (AWS, VirtualBox, Docker for MAC, physical, etc.):
I am running this on a GCP Compute Engine VM (n2-standard-4) with Nested Virtualisation enabled. I do not have Docker or any other hypervisor installed on this machine other than Qemu installed by Minideb.
The text was updated successfully, but these errors were encountered:
Hi,
I'm not sure if my use case is an intended use case for minideb, but I currently use minideb to build the base of rootfs images to be used with MicroVMs like Firecracker.
Unfortunately a recent PR #173 breaks my current set up process for building my RootFS images.
It appears that apt-key relied on a
/dev/null
existing in the minideb tar archive in order to work.Steps to reproduce the issue:
make bookworm
to get abookworm.tar
bookworm.tar
into the file systemsudo chroot /tmp/debian /bin/bash # Inside chroot shell apt-get update
Describe the results you received:
I now get a number of
/dev/null
Permission Denied errors and many gpg verification errors.Describe the results you expected:
By checking out to a commit before #173, the build works as expected with
apt-get
working as intended.Additional information you deem important (e.g. issue happens only occasionally):
My kernel version is 5.10.0-33-cloud-amd64 if that helps.
Additional environment details (AWS, VirtualBox, Docker for MAC, physical, etc.):
I am running this on a GCP Compute Engine VM (n2-standard-4) with Nested Virtualisation enabled. I do not have Docker or any other hypervisor installed on this machine other than Qemu installed by Minideb.
The text was updated successfully, but these errors were encountered: