Antonio Murdaca

Results 23 issues of Antonio Murdaca

Similar to what the kernel does, it would be nice for cri-o to support some sort of audit logging. That allows administrators to have a clear vision on what cri-o...

lifecycle/stale

Hi, where do the binaries under i686/* and x86_64/* come from? I couldn't be able to track them down, also, does this project specify a license for those?

From https://github.com/opencontainers/image-spec/blob/master/config.md#properties ``` User string, OPTIONAL The username or UID which is a platform-specific structure that allows specific control over which user the process run as. This acts as a...

Dot imports are ignored, reproduce with test below: main ```go package main import ( "fmt" . "github.com/onsi/ginkgo" ) func main() { fmt.Println("bug") } ``` vendor.conf ``` github.com/onsi/ginkgo master ``` @LK4D4...

this project could/should provide libraries around the commands' functionalities so people can write additional tooling.

Currently we're using `str(value)` on a boolean which yields `True` or `False` - turns out ostree reads these values case sensitive and despite setting `True|False`, it doesn't just work. From...

This patchset is the basic work needed to support ignition in r4e - it doesn't include any blueprint or file injection change as I wanted to maintain it easy to...

WIP+test

Build on top of https://github.com/osbuild/osbuild-composer/pull/3068 to setup FDO to create a user and check it exists after onbording. This pull request includes: - [x] adequate testing for the new functionality...

WIP+test

Turns out we've unfortunately broken USB installation with the new growfs service dealing with LVM in simplified installer - this test makes sure we test that by mimicking an USB...

WIP+test

Leverage the new option in the grub2.iso stage basically and set a sane timeout ~~Depends on https://github.com/osbuild/osbuild/pull/1175~~ Signed-off-by: Antonio Murdaca This pull request includes: - [ ] adequate testing for...