Avi Deitcher
Avi Deitcher
I have been working with the [NVIDIA container toolkit](https://github.com/NVIDIA/nvidia-container-toolkit) which generates a CDI yaml file, including hooks. The hooks all call `nvidia-ctk` to do 3 things: * create symlinks (relative...
I am trying to start a server (setup), then run some calls to it, benchmarking the calls. Because some of these calls can cause writes (think of it like key-value...
A first attempt at resolving https://github.com/oapi-codegen/oapi-codegen/issues/1696 As request in that issue, I made it with yaml disabled by default, but could be enabled in `output-options`. I explored making a CLI...
As discussed in [this comment](https://github.com/oras-project/oras-go/pull/661#issuecomment-1871019328) (with thanks to @shizhMSFT for shepherding it through). ## Summary * Request: Add support for ongoing progress updates when running `oras.Copy()` * Context: if the...
I have a boot sequence like this: 1. PXE burned in (also in edk2), so only supports tftp 2. tftp to `ipxe.efi` (if booted device already has iPXE, skip steps...
How would I make it possible to run `make root-test` inside a container? For example, on an Ubuntu 24.04 device, I can `su make root-test` and it is fine. If...
### Description I have standard lima with nerdctl, default image. I load in a simple image: ```sh $ nerdctl image ls REPOSITORY TAG IMAGE ID CREATED PLATFORM SIZE BLOB SIZE...
## Background Every package built with `linuxkit pkg build` has an automatically generated digest as a tag, which also can be shown via `lkt pkg show-tag`. This digest is used...
Parallel runs of `linuxkit pkg build` can trounce each other. Specifically, they can corrupt the linuxkit cache. The process of saving both blobs and the `index.json` assume that only one...