Avi Deitcher

Results 758 comments of Avi Deitcher

> If this happens with duplicate files, at least one of the files will be lost and Syft won't be able to properly scan the entire archive. That is true....

Is there anything I can do to help?

It looks like this is _mostly_ fixed but not entirely. If the file being replaced is a symlink, then it tries to follow the symlink and replace its target, rather...

See https://github.com/mholt/archiver/issues/380

See the linked issue. syft still uses archiver/v3, which no longer is supported. v4 doesn't have this issue, but it requires more work on the consumer's part.

Hi @kzantow following up on this one. Any success?

I did a small test: ```dockerfile FROM alpine:3.19 USER nobody ``` The user `nobody` does exist on alpine:3.19 with uid 65534: ```sh / # grep nobody /etc/passwd nobody:x:65534:65534:nobody:/:/sbin/nologin ``` I...

We did used to @imjasonh back when `apko build` didn't support building for more than one arch, but `apko publish` did. We rationalized it a while back. To answer your...

The issue is that the format is EFI, but qemu only has SeaBIOS built into it, which does not have full UEFI support. You would need to run it with...

@jemershaw why should there be a `.EFI` file in there? It is inside the `boot.img` hidden file, which is referenced by the El Torito boot catalog.