Petr Fedchenkov
Petr Fedchenkov
We pull all arches for the image which is suboptimal in terms of storage consumption. Let's pull only required platforms. We write `application/vnd.oci.image.manifest.v1+json` into index.json which is not expected. Let's...
Seems without CONFIG_ARM_RASPBERRYPI_CPUFREQ we use 600MHz in all cases on RPi4. Before: ``` # time sh -c 'echo "scale=3000; a(1)*4" | bc -l' real 0m 49.85s user 0m 45.59s sys...
In order to upgrade go to version 1.18.5 we should bundle it into eve-alpine. This PR contains two commits: 1. Bundling go 1.18.5 from Alpine 3.16 2. Update packages to...
In case of no storage key stored on the controller side and no information about previously sent storage keys, we are forced to re-create vault. We will send empty key...
We should use the same version of libzfs as we use in kernel module. Let's add build of binaries for zfs into dom0-ztools. With mismatch of libzfs and zfs module...
To use EVE API inside C# projects it would be useful to build and share NuGet package to import it into the project directly. We can extract nupkg with commands:...
We prepare assets only for default branch (snapshot) and for tagged version. So we should ignore release branches itself, only tags on them. Now we can see errors in assets...
Azure use signature checking across provided headers. It would be nice to have a tool to debug unexpected intermediate headers modifications that may lead to errors like "The MAC signature...
We ship modules with EVE-OS, but they are not available inside container-in-VM. This PR allows user to modprobe shipped modules. Signed-off-by: Petr Fedchenkov
We can move from abandoned patches from core-os to patches from Ubuntu in order to support grub 2.06 and have more stable source for future updates. Signed-off-by: Petr Fedchenkov