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 Jun 9, 2025. It is now read-only.
I ran into an strange issue, I don't have time to replicate with a minimal example but I wanted to drop a line.
When given -w="..." working directory parameter, it's using $WORKING_DIRECTORY/?/.ivy2, not the mounted /home/user/.ivy2:/root/.ivy2 volume.
By the way, ? is real question mark. I don't know whether this is a Docker bug or a sbt bug.
It seems that using bash -c "cd $WORKING_DIRECTORY; sbt dist" doesn't work either.
Instead, providing ivy2 path manually works: