You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 11, 2025. It is now read-only.
When gnarly has been linked as docker multiple times there seems to be some weird issues that happen trying to execute the real docker.
We should unset gnarly-specific env vars so for whatever reason this case might come up we aren't re-processing the same thing (or set a special var so the newly expected gnarly knows not to process things).
Assuming 1 alone doesn't fix the problem, gnarly could try to test if the binary is a gnarly binary (like set some env var and expect gnarly to exit with some value on stdout).
When gnarly has been linked as docker multiple times there seems to be some weird issues that happen trying to execute the real docker.