Lean and Mean Docker containers v1.37.4 Release Notes

  • ๐Ÿ†• New Features

    • โœ… Container probe feature to use one of the compose services to test/probe the target container (--container-probe-compose-svc flag and container.probe continue-after mode)
    • Ability to override the container image name and/or tag when targetting a compose service (--target-compose-svc-image flag)
    • Ability to wait before executing the HTTP probes (--http-probe-start-wait flag)
    • Ability to wait before starting each compose service (--compose-svc-start-wait flag)
    • ๐Ÿ“„ Basic FastCGI protocol support in HTTP probes (docs TBD)
    • ๐Ÿ†• New registry command and a basic pull subcommand
    • ๐Ÿ— --include-new build flag to keep new files created by target during dynamic analysis
    • Supprot for stored global param in slim.config.json

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ‘Œ Improved containerized CI/CD environments support (sensor-ipc-mode and sensor-ipc-endpoint flags for build and profile)
    • ๐Ÿณ Docker host detection improvements
    • Target container IP detection improvements
    • 0๏ธโƒฃ Not minifying onbuild base images by default
    • Not minifying already minified images
    • Cleanup container resources on exit
    • ๐Ÿ— include-cert-all build flag enabled by default
    • ๐ŸŒฒ Propagate logging flags to sensor
    • 0๏ธโƒฃ Not using default http probe if custom probes are already defined
    • Many compose related enhancements (volume lookup enhancements, compose image detection and error handling, etc)
    • Various monitoring engine enhancements
    • Migrate from urfave/cli/v1 to urfave/cli/v2
    • ๐Ÿณ Dockerfile reverse engineering enhancements (HEALTHCHECK instruction support, improved RUN instruction reversing when ARGs are also used)