Jared Watts
Jared Watts
@bobh66 anything keeping this in draft still?
Still seeing this in recent CI runs on `main`: https://github.com/crossplane/crossplane/actions/workflows/ci.yml?query=branch%3Amain
Looks like https://github.com/crossplane/crossplane/pull/6410 is trying to tackle this issue, I've re-opened it to hopefully get more traction.
Was just looking into installing latest from `master` for https://github.com/crossplane/crossplane/issues/5151#issuecomment-2140753505, and made a couple observations @negz - let me know if you'd like me to dig into any of them!...
As mentioned in https://github.com/crossplane/crossplane/pull/5779#issuecomment-2151200847, I was surprised that a plain `earthly +build` did not output the `crossplane`/`crank` binaries to the `_output` directory. The `_output` dir is populated with these binaries...
I observed something today while testing #5786 that I don't understand yet - so I'm not sure it's a problem but was wondering what others thought. Basically, the crossplane image...
I also wonder if we're seeing https://github.com/earthly/earthly/issues/2823 and it is affecting us too: ``` ❯ docker images --digests build-69fd693a/crossplane REPOSITORY TAG DIGEST IMAGE ID CREATED SIZE build-69fd693a/crossplane master 898d135985cb 14...
@negz we've been using earthly for most of the v1.17 milestone now and all the items in the task list for this issue are completed now. I'll go ahead and...
I believe the implementation PR is: * https://github.com/crossplane/crossplane-runtime/pull/864