Summary
I ran into a problem earlier today though - I have a main monorepo, with a base earthfile, that has some targets with FROM lines that reference earthfiles in subdirectories
Then I have a second repo, calling the monorepos base earthfile using a git url
When using a git url, it seems like any relative paths in the earthfile we are pointing too don't resolve. My workaround was to just introduce a $MONOREPO_DIR variable into our local stack / ci, so we can just keep using relative paths, but I can't help but wonder if this is an oversight or if I'm missing something. If this is expected behavior I think it should be noted in the reference docs