-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Repository problems
These pr…
-
I have an Earthfile:
```
VERSION 0.7
main:
FROM ubuntu:latest
ENV test_variable=test_value test_value
ENV test_variable1=test_value\
test_value1
ENV t…
-
Given this sample Earthfile:
```
VERSION 0.6
FROM alpine:3.16
WORKDIR /tmp
all:
BUILD \
--platform=linux/amd64 \
--platform=linux/arm/v7 \
--platform=linux/arm64 \
+d…
-
Looking at the [Earthfile reference](https://docs.earthly.dev/docs/earthfile#run),
> The command allows for two possible forms. The **exec form runs the command executable without the use of a shel…
-
Currently, osbuilder needs the user to provide an image prepared for kairos. e.g. like those we build with Earthly targets: https://github.com/kairos-io/kairos/blob/dbacc56fbd7776767ebbd1c08e9bc1a045c…
-
**Use case**
It's kind of essential to be able to use arbitrary secrets, and it doesn't make sense to require passing in `--secret=` for all of them. e.g.:
```
$ wc -l < ~/.ssh/id_rsa
38…
znd4 updated
8 months ago
-
This issue from slack [conversation](https://earthlycommunity.slack.com/archives/C01DL2928RM/p1674140786670799)
For example Earthfile
```
VERSION --use-cache-command 0.6
test:
FROM maven:…
-
```Earthfile
VERSION 0.6
test:
LOCALLY
ARG myname=$(whoami)
RUN echo "my name is $myname"
```
fails with:
```
+test *failed* | runc run failed: unable to star…
-
**What went wrong?**
With this target definition:
```
unit-tests:
COPY --dir project ./
TRY
RUN --secret POSTGRES_HOST=pghost --secret POSTGRES_PORT=pgport .venv/bin/pytest -n4 -v proj…
-
**What went wrong?**
```
Error: build target: build main: failed to solve: /tmp/earthly-git3780085327/Earthfile line 113:4 unable to resolve user command common+MY_UDC_HERE: cannot read dir contai…