Avi Deitcher
Avi Deitcher
As it occurs to me. Once this is in, eden no longer will need to build a custom image each time with config embedded. It can just virtfs mount the...
That will make the eden work I am doing much simpler.
I get the second part. The first part has me confused. I think you are trying to get the go 1.18.x bundled apk from alpine packages, but since we use...
> It seems we have an open Issue from you about circular reference: https://github.com/lf-edge/eve/issues/2087 I opened that a year ago? I completely forgot. Well, we never addressed it. > We...
> In general, do we really want to update all packages if we will decide to pick only few ones from the new release? Why to not be more precise?...
I don’t know that we have need. Even if we do, we shouldn’t hold up moving all of eve forward without any production dependency right now. But I could be...
@giggsoff how goes this? I am looking forward to seeing this in, but also seeing the independent usage of loading apk repos in the 3 `pkg/` Dockerfiles move to eve-alpine.
This is failing because of its dependency on deprecated notary trust. #2566 fixes this. Once that is merged in, we can rebase on that and merge this one in.
Rebased now that #2566 is merged in. Let's let CI run, and we can resolve any issues that arise.
If I understood storage-init correctly, it is responsible for finding the proper partitions for `/config` and `/persist` and mounting them, since the root filesystem is read-only and should be a...