Thibault Jamet

Results 62 comments of Thibault Jamet

Hi @dackroyd . Thank you for your detailed feedback. I have changed how we handle stderr outputs so it does not fail any longer. I would expect to be able...

Hi! This repo requires to run `go mod vendor` prior to running `docker build .`, as in the build github actions https://github.com/adevinta/noe/blob/00ec399d46d9dfa53f0ebec1c09501d98a4ae2f2/.github/workflows/build.yaml#L32 Happy to see a PR to improve this...

Copying of vendor has been removed in #119 Closing this issue

Hi! Most of the pending PRs have been merged and [0.5.0](https://github.com/whalebrew/whalebrew/releases/tag/0.5.0) has been released. This should fix this issue. I will close it. Please feel free to re-open it if...

Digging into the failing test code, I don't understand how the proposed changes can influence the status. the failing test (`TestCheckCAPIOpearatorAvailability` seems to test that deployments are working as expected....

I will check the rootless docker client strategy and find a way not to break it

@kiview I've updated the PR taking your thoughts into considerations. From my trials, the default behaviour for rootless docker containers is to create the docker socket inside `XDG_RUNTIME_DIR` (usually `/var/run/${userID}`,...

I am unable to reproduce the podman command locally using the command you mentioned. I tried to reproduce by setting a `~/.config/containers/short-name-aliases.conf` as documented [here](https://www.redhat.com/sysadmin/container-image-short-names) with the following content. ```...