Avi Deitcher
Avi Deitcher
This old issue bit you? How did you replicate it? Feel free to create a new PR with it up to date.
If I had to guess, I would say that it is [this line](https://github.com/linuxkit/linuxkit/blob/d7a6bc88998f5a4f77507b0d0345e28000a2ee36/tools/mkimage-iso-efi-initrd/make-efi-initrd#L31-L36). Similar ones appear for iso-efi, raw-efi, etc. The line in `iso-efi-initrd` is 2 years old, although that...
> I'm not entirely sure what changed between kernel versions 5.x and 6.x Major kernel versions? Probably a lot. 😄 > efi_gop module to the GRUB_MODULES in tools/grub-dev/Dockerfile resolved the...
The problem, I believe, is [here](https://github.com/actions/toolkit/blob/6dd369c0e648ed58d0ead326cf2426906ea86401/packages/cache/src/internal/cacheUtils.ts#L55): ```js const workspace = process.env['GITHUB_WORKSPACE'] ?? process.cwd() const globber = await glob.create(patterns.join('\n'), { implicitDescendants: false }) for await (const file of globber.globGenerator()) { const...
I built `ipxe.efi` with debug, as above. I then placed it on both tftp and http (same binary, just different protocols to access from same server). ``` PXE -> ipxe.efi...
Huh. It definitely shouldn't, and it has an explicit sorting algorithm. Is the config just that one? And the repository https://packages.wolfi.dev/os ?
I have been trying to recreate this, without much success. I am running the following: ```yaml contents: keyring: - https://packages.wolfi.dev/os/wolfi-signing.rsa.pub repositories: - https://packages.wolfi.dev/os packages: - glibc ``` And I consistently...
See the issue to which I linked in `actions/toolkit`.
> Introduce some kind of cleanup for published images in linuxkit. We have cache clean command in linuxkit to remove entire cache, possibly we can add keep-unpublished flag to clean...
Reading this again, I really am having a hard time reconciling `lkt pkg build` (the name of the command is "build") with, "if you found it in a registry, do...