Kristofer

Results 8 issues of Kristofer

COPR repos in silverblue are not :100: the same. Also, changed the COPR repo for greater version support.

The `RUNNER_TOOL_CACHE` environment variable points to the hard-coded `/opt/hostedtoolcache`, which is not user-accessible.

size/M

Depends on #2179 Attempt at moving all logic regarding the docker socket location to a single place, to prevent duplication and human error when needing to edit in multiple places.

size/L

I'm using this action in my CI, but getting errors regarding my profile/bashrc. ``` executing `/__w/_tool/volta/1.1.1/x64/bin/volta setup` /__w/_tool/volta/1.1.1/x64/bin/volta setup error: Could not locate user profile. Tried $PROFILE (), ~/.bashrc, ~/.bash_profile,...

The default time format is causing issues for automatic log parsing. See https://github.com/DataDog/dd-trace-java/issues/1109#issuecomment-1590056133

type: bug
tag: community

When ingesting logs via DataDog the logs are malformed if `appendLineSeparator` is `false`. ### `appendLineSeparator = false` We get log lines of concatenated JSON objects, which aren't parsed correctly. Long...

### Bug report info ```plain text act version: 0.2.65 GOOS: linux GOARCH: amd64 NumCPU: 16 Docker host: DOCKER_HOST environment variable is not set Sockets found: $XDG_RUNTIME_DIR/podman/podman.sock Config files: /var/home/person/.config/act/actrc: -P...

kind/bug

Issue https://github.com/containers/podman/issues/23055 outlines that `podman` doesn't search the local repository for the dynamically built image. This could be fixed by prefixing the dynamically generated image with `localhost/`. Container images should...