Avi Deitcher
Avi Deitcher
Completely separately, I see several people interested here. How are you using this (linuxkit in general)?
Go for it. And when done, please squash all of your commits.
Looks fine to me. Let CI go green and we can merge in.
I just remembered, we need to build and push out the updated images, then run the script. ``` scripts/update-components-sha.sh --image $(linuxkit package show-tag pkg/metadata) ``` That can be a separate...
How does this align with the work done in `linuxkit pkg build`? We do lots of under-the-covers work for building multi-arch using buildx there.
@rn particularly will have to comment on this.
Not necessarily. At the moment, we still build kernels mostly directly, not via `linuxkit pkg build`. So this very well may be desired. Let's let @rn weigh in.
@neacsu thanks for this. How would the usage work? If I use this option, what does my resulting fs look like? Might be nice to capture in a document, but...
So the prefix would apply to the images loaded in `init`, is that it? I have a few questions: 1. Why is this better than capturing it in the config...
> Eventually the init process switches the rootfs to the one pointed by the Docker image. So you use the `init` section or `files` to place a custom `init` in...