HolmesProcessing / Holmes-Totem

Investigation Planner for fast running analysis with predictable execution time. For example, static analysis.
Apache License 2.0
29 stars 16 forks source link

Docker and Service Cleanup #111

Closed webstergd closed 8 years ago

webstergd commented 8 years ago

This is a sizable overhaul of the Docker and Service element of TOTEM. This reduces logs size, dock container size, unifies configuration handling for ASN and DNS, and cleans up the services a bit. This also closes #103

  1. Docker base images now use Alpine. Size went from over 700megs to ~100 to 300megs.
  2. Docker images have been optimized and consider caching better. Reduces build time and requires fewer network connections.
  3. Service log output is reduced.
  4. DNSmeta and ANSmeta are now up to spec.
  5. Legacy code, test files, unused print states have been removed.
  6. Unused Service and Docker dependence have been removed (that were caught).