Alex Couture-Beil

Results 256 comments of Alex Couture-Beil
trafficstars

as of earthly `v0.7.0`, podman support is GA. if you run into any podman-related issues, please open a new ticket specific to your issue.

unfortunately not; too many other competing priorities, but PRs are welcomed.

Do you have access to the full `docker logs earthly-buildkitd` output? It would be interesting to see if it handles cgroups v2 correctly, and the various CNI configs it tries...

does the `earthly-buildkitd` container stay up? can you share the entire logs from it?

we're currently working on updating our [buildkit fork](https://github.com/earthly/buildkit); unfortunately this update is not trivial as it has introduced some failures in our tests which we are working through. The runc...

Note that "runc has been updated to 1.1.12 in the buildkit fork" as of the [v0.8.7](https://github.com/earthly/earthly/blob/main/CHANGELOG.md#v087---2024-04-03) release from 2024-04-03 We'll leave this issue open and will tackle other updates here....

can you provide a minimal reproduction case that we can run? Your example can't be run as-is (e.g. missing a `VERSION` command, missing the `project` directory, missing whatever dependencies are...

we should create some sort of proposal for the changes we want to see in this before jumping into implementing it.

#3469 expands our testing to cover the `--branch` argument.

I did some debugging of this under #3744