-
I have observed a peculiarity in the build steps logged when calling a target that references another target in a subdirectory, which is different from calling the subdirectory's target directly.
T…
-
I'd like to be able to refer to `$HOME` in my Earthfile:
```
ARG docker_config=${HOME}/.docker/config.json
```
Is this possible? I couldn't find any inspiration from the docs.
-
I'm curious if there's a way to change the build context when running earthly.
i.e. my repository is organized as such:
```
/repo_root
|- ./docker
|- Earthfile
|- configurations, scripting, …
-
The `SAVE IMAGE` command in Earthfiles could be extended with a flag so it can export an image to the host machine as a `.tar` file in OSI format, instead of the usual Docker image which is loaded int…
-
**What went wrong?**
We recently migrated our Earthfile to use the rust UDC. We've recently been running into an issue we suspect is related to it.
Basically, our cargo build fails in our CI s…
-
a caching issue regarding the experimental ticktock buildkit fork was mentioned by @c0va23 in https://github.com/earthly/earthly/issues/2454#issuecomment-2137347470_
I just tried an Earthfile such …
-
It's not possible to do:
COPY (+fib/result --n=$(echo $n - 1 | bc) ) a.out
This results in the error:
Error: build target: build main: failed to solve: Earthfile line 20:2 copy artifa…
-
issue summary: make it possible to perform a full `GIT CLONE` rather than a shallow.
---
original ticket:
I'm writing an Earthly target which wanted to look at the git history of repository. ~h…
-
As you mentioned in the discussion, just posting it here to have it as an issue, would love to see more on the topic of expanding the template and adding new frontends. Which would preferably include …
-
When sending a SIGTERM to earthly while running a `LOCALLY` target, earthly process will quit without sending the SIGTERM to the running local process
For example, with the following `Earthfile`
…