Alex Couture-Beil

Results 256 comments of Alex Couture-Beil
trafficstars

we'll need to get this fixed -- the `` should take precedence over ssh-based login. extra note: When we fix this, we should also **test that once the JWT expires,...

Here's a somewhat related example: Consider a base target with a global ARG `g1` that expands args -- it's possible to override the `a1` value in each target. ``` VERSION...

@sra did you try setting `rc_cgroup_mode="unified"`? see https://github.com/abiosoft/colima/issues/764#issuecomment-1701672142 for details. @andyli did this work?

it appears that the `--cgroups-v2` colima option solves the `openrc: invalid argument` error that was originally reported; I have opened a new issue to track the other case of runc...

note that this is documented under https://docs.earthly.dev/ci-integration/remote-buildkit#local-remote ; however maybe we need to revisit this "feature", or otherwise we need to fix the `--help` text and anywhere else that it's...

I like the idea; it doesn't seem that difficult to implement either. we have https://github.com/earthly/earthly/blob/c48f19feca0d4742990b5ed48150df93eb48e58f/features/features.go#L193-L196 which parses the initial `VERSION --flag --otherflag ... X.Y` string, then the corresponding parts that...

we have a lot of open issues at the moment (and we're trying to stay focused on bug fixes) -- no promise on a timeline for us to get to...

> PRs for this would be most welcomed @danqixu this is still an open issue -- go for it. However I unfortunately can't offer much support with this task due...

this seems to be broken and can be reproduced locally with: ``` ./earthly +for-linux && ./build/linux/amd64/earthly --use-inline-cache +for-linux ```

here's another reproduction case: ``` earthly-v0.7.23 --use-inline-cache --use-remote-registry ./buildkitd+buildkitd ``` which outputs: ``` .... ./buildkitd+buildkitd | DOCKERHUB_MIRROR_AUTH_FROM_CLOUD_SECRETS=true ./buildkitd+buildkitd | *cached* --> COPY ./oom-adjust.sh.template /bin/oom-adjust.sh.template ./buildkitd+buildkitd | DOCKERHUB_MIRROR_AUTH_FROM_CLOUD_SECRETS=true ./buildkitd+buildkitd | *cached*...