xyny
xyny
I tried to solve the FsGuard / integrity check error by generating the FsGuard filelist for `/`, but that errored out. Generating it for `/usr` worked but didn't solve the...
I just removed all the custom changes from my BlueBuild-generated custom image, built, pushed, and updated, and still got hit with the FsGuard issue. Just to make sure, I also...
Those previous two `chore` commits did not help this issue at all. Maybe a [GitHub attestation](https://docs.github.com/en/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds) is required for an image to go through FsGuard properly? I can't find the...
The current Containerfile generated by this PR runs FsGuard second to last, and after that `RUN rm -fr /tmp/* /var/tmp/* /sources/*`, just like the one generated by Vib. --- I've...
Ok. Last time I was in a rush, so I made an oopsie. I used the `arm64` URL for FsGuard instead of the `amd64` URL. I was correct last time,...
First successful CI build: https://github.com/xynydev/vanillin/actions/runs/10282268597 `base-image-type: vanilla` is required to specify the base image type currently.
Other issues: - When not building with `squash: true`, upgrades are broken for images built by BlueBuild - `abroot` just says "No upgrade available." - Running `abroot uprgade --verbose` gives...
Near-term TODO for me: - [x] Test out if unsquashed builds work (again, with the new VM) - I was able to reproduce this error in the new VM, which...
Ok, now all the errors are something with the kernel, which I have no idea about. I'm marking this as ready for review. At least I did something.
Oh yeah, I should probably have included such a request in the issue... I don't remember anymore, but I'll post here if I run into it again. I just tested...