-
Running `earthly -P github.com/org/repo/folder1+target`, where the Earthfile contains
```
IMPORT .. AS core
target:
COPY (core+build/*-exec.jar) target/
```
Does not work.
-
Hello planet earthly 👋🏻
We have a complex monorepo with nx which is a big pain in the 🍑 and requires a bunch of steps, so our Earthfile has only 4 useful commands and 15 overall commands. Our `ear…
-
Copying a symlink fails in this scenario.
```
./Earthfile:
export:
FROM alpine
COPY .markdownlint.json .
```
Where `.markdownlint.json` is a symlink to `./blog/.markdownlint.json`.
…
-
When commands are defined LOCALLY, they don't seem to be running in parallel. Is this expected?
#### Use case:
- I want to run a single command to start my application locally.
- The applicat…
-
So bare with me & let me explain. In cases where I am using UDCs I have found it difficult for the UDC to refer to some target using a relative path because often the UDC caller is located in a differ…
-
**Use case**
As an engineer working on a project with multiple languages
I want to be able to preserve directory higherarchy in COPY
So that I can copy files relevant to a build recursively.
…
-
**Use case**
Context https://github.com/earthly/lib/pull/25#discussion_r1392385293
When importing a UDC it would be useful to be able to pass global arguments at that point, rather than passing …
-
## Summary
I'm trying to use cuelang with Earthly, and it fails because of missing shell.
It seems like Earthly does not work with images without shell.
## Steps to reproduce
Earthfile
```…
-
Error: build target: build main: failed to solve: Earthfile line 16:2 apply RUN: the first command has to be FROM, FROM DOCKERFILE, LOCALLY, ARG, BUILD or IMPORT
Also DO could be the first command.…
-
**Use case**
Spiritually related to https://github.com/earthly/earthly/issues/2480. Earthly is amazing as it is but building interdependent software packages is still somewhat painful. To the best …