Roberto Villarreal

Results 51 comments of Roberto Villarreal

Okay, I've figured this out... it took a long time to realize it wasn't a logic/algorithm error, and even more frustrating since my previous two comments had 90% of the...

In case you're wondering "why would you want to do this": the project where I ran into this is more like: ```Earthfile plugins: CACHE plugins COPY +internal-plugins/* plugins/ RUN expensive-download-of-external-plugins...

I'd definitely +1 an update to the docs. As the original reporter, it's no longer a big deal since I'm aware of it and instinctively work around it. But I...

@jadinm is spot-on. Changing the first line ```Earthfile VERSION 0.7 ``` to ```Earthfile VERSION --no-use-registry-for-with-docker 0.7 ``` results in both scenarios working as expected.

> it's interesting to note that Right... that's just standard functionality that's worked from day one, right? Unless I'm missing some nuance in your example. The issue is the intersection...

> There's currently no way to use credentials passed from inside of Earthly for access to registries, unfortunately (your use case requires that). But we plan to support it in...

I also don't see the phrases the OP mentions, but do actually see an inconsistency. In the linked docs, it shows example: ```sh $ docker system prune -a --volumes -...

~I hadn't come across that one (thanks!), but definitely seems similar. I'll have to study it closer tomorrow to see if I can glean any clues for creating a consistent...

@tonistiigi Do you have any hints/suggestions on how to force this issue to manifest? Or at least increasing the likelihood? All of our occurrences, including my one successful brute-force attempt,...

Yeah, I was looking closer at the diff (esp. the test case), and the most straightforward way to reproduce it (by way of seeing buildkit history grow, goroutine count grow,...