BugZoo icon indicating copy to clipboard operation
BugZoo copied to clipboard

Integrate automatic tools building script into BugZoo platform

Open ChrisTimperley opened this issue 7 years ago • 1 comments

Now that we have a means of transforming conventional Docker images into ones that can be mounted at tools into BugZoo, we should integrate that technology with our platform.

All of the information necessary to transform the Docker container can be provided by the *.yml manifest file for the tool -- there should be no need to touch the Dockerfile.

  • could add litmus tests to verify that the tool has been integrated successfully?

ChrisTimperley avatar Feb 12 '18 21:02 ChrisTimperley

We can use StaticX to package dynamically linked binaries into portable, static binaries.

ChrisTimperley avatar Sep 07 '18 14:09 ChrisTimperley