-
# New package manager questionnaire
Did you read our documentation on adding a package manager?
- [X] I've read the [adding a package manager](adding-a-package-manager.md) documentation.
## B…
-
For now the rosdep command in our Earthfile looks like this
https://github.com/space-ros/space-ros/blob/57649e50be93faa494777e70308c95bb19a7338e/Earthfile#L174-L180
Ideally `--skip-keys` should co…
-
### Question
it seems that IMPORT can not specify Earthfile name
rmGFW updated
2 months ago
-
I am getting multiple syntax errors and unknown option errors for the Earthfiles in this repo:
https://github.com/input-output-hk/catalyst-voices
`catalyst_voices/Earthfile`
Syntax Errors on Line…
-
Hi!
I wanted to raise an issue which I faced while trying out the Earthly module.
I ran this command `dagger call -m github.com/wingyplus/daggerverse/earthly --source=. run --args='--push' --args=…
-
```earthfile
VERSION 0.7
FROM nvidia/cuda:11.8.0-cudnn8-runtime-ubuntu22.04
WORKDIR /code
RUN --mount=type=cache,target=/var/cache/apt \
apt-get update \
&& DEBIAN_FRONTEND=noninteractive …
-
it will be very useful if it can support formatting the Earthfile.
-
**Use case**
Add a `earthly lint` command which performs validation on the Earthfile to ensure validity and can clearly show any errors.
There is a related issue here #1075
Linting can be qu…
-
### Bug description
I'm unable to build the benchmark image, the error doesn't seem to be very informative, but I'm rather doing basic DevOps work than trying to understand the underlying issue and I…
-
On my system, I have a folder structure like this:
```
~/Git
|-- project-a
|---- Earthfile
|-- project-b
|---- Earthfile
```
If `project-a` is open in VS Code, and I open `project-b/Earthf…