squaresLab / BugZoo

Keep your bugs contained. A platform for studying historical software bugs.
https://squareslab.github.io/BugZoo
MIT License
67 stars 12 forks source link

Integrate automatic tools building script into BugZoo platform #134

Open ChrisTimperley opened 6 years ago

ChrisTimperley commented 6 years ago

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.

ChrisTimperley commented 6 years ago

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