Kristofer

Results 10 comments of Kristofer

This does, indeed, seem to work as advertised. A nice and simple change :heart: I still don't like the logic block; it's nested with plenty of double-negatives. LGTM :+1:

For future reference, the other PR is #2181

Can elaborate more on the host vs. container `RUNNER_TOOL_CACHE`? > Does act --env RUNNER_TOOL_CACHE=path not work for you? It does, but that means I have to set it manually on...

Closing, since this seems to be not an issue anymore according to your comment :smile:

I've lost context, this is old, and no time to clean it up. Closing

Why not use `docker version` and `podman version`, which give a fuller picture of what is actually running? ```shell docker version # Client: Docker Engine - Community # Version: 28.0.4...

> > GITHUB_ACTION_PATH= > > GITHUB_ACTION_REPOSITORY > > GITHUB_ACTION_REF= > > Those are empty as run is not an action, please check this against actions/runner Yeah, that makes sense. For...

@ChristopherHX, can we please remove the github stalebot? This is still an issue, and won't magically stop being an issue because a bot saw that the issue is "old".

@ChristopherHX, it was a snarky comment on stalebots. I'm happy to see you've disabled it 😄 My bad on the comment right after it being disabled; funny coincidence.

I got podman working on rootless Podman with a few important flags: - `SANDBOX_VOLUMES` env, with SELinux relabeling (`:Z`) - ` --security-opt label=disable` to allow Podman socket mounting inside the...