Currently the build binary output and tool binaries are both getting put into the bin/ folder. This adds a lot of overhead to the docker build context and slows down the builds.
Rukpak uses a separate tools folder with its own go.mod used to pull down the tools it needs. We should add something like this and make the required changes to the Makefile to support that. That will let us keep a separate binary folder for the build output.