Mike Holly
Mike Holly
Split out of https://github.com/earthly/earthly/issues/581 ### ARG types ```Earthfile MY_COPY: COMMAND ARG --bool recursive ARG --positional --string src ARG --positional --string dest=./ RUN cp $(if $recursive == "true"; then printf --...
Addresses: https://github.com/earthly/earthly/issues/3807 This PR adds new Logbus commands for pseudo-commands like `BUILD` & `FROM` that don't necessarily lead to a command being run in BuildKit. It also links commands to...
From Slack discussion: 1. For each command, we need references to other targets mentioned (e.g. `COPY +foo/bar.txt ./` would have to point to the target ID of `+foo`) 1. We...
As an Earthly user, I find using AWS tools (`aws` CLI, Terraform, etc.) to be cumbersome. I think Earthly should offer a straightforward and secure way to setup & make...
Follows on from https://github.com/earthly/earthly/issues/3803 Expand support by supporting OIDC directly in Earthly. Exactly how needs to be fleshed out but a new command may be a possibility. Example GHA code...
**What went wrong?** ``` Error: pull ping error: pull ping response: rpc error: code = Unknown desc = image pull: 1 error occurred: * command failed: docker pull 127.0.0.1:42179/sess-czoisa46fhoamaovicc1fa3v3/pullping:img-0: exit...
**What existing functionality needs improvement?** Can we improve the log streaming performance such that the CLI doesn't "hang" after completing a build? Right now there is sometimes some lag where...
**What went wrong?** Earthly is trying to request `https://api.earthly.dev/api/v0/account/auth-challenge` even when not logged in. **What should have happened?** The build should have continued without an auth attempt. **Other Helpful Information**...
**What existing functionality needs improvement?** From https://github.com/earthly/earthly/issues/3736. The registry proxy is disabled with `EARTHLY_DISABLE_REMOTE_REGISTRY_PROXY` when running Earthly in a container. **Expected Behavior** It would be better for the containerized Earthly...
Updates BK for memory usage fixes in https://github.com/earthly/buildkit/pull/33