Lean and Mean Docker containers v1.35.0 Release Notes

  • ๐Ÿ†• New Features

    • 0๏ธโƒฃ Console color output (on by default; disable with no-color)
    • Loading http probe request data from separate files
    • Ability to execute external probe commands (--http-probe-exec and --http-probe-exec-file flags)
    • โœ… Ability to preserve original files in the target container discarding its test runtime data (--preserve-path and --preserve-path-file)
    • ๐Ÿ”Š Ability to pull container images if they don't exist locally yet (--pull and --show-plogs)
    • File hashing for xray (--hash-data)
    • โž• Additional flags to control the xray command executions (--top-changes-max, --reuse-saved-image)
    • Ability to match by file path, file data and file hash for xray (--change-path value, --change-data value, --change-data-hash value)

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ— Lots of additional container build flags (--tag-fat, --cbo-add-host, --cbo-build-arg, --cbo-label, --cbo-target, --cbo-network, --cbo-cache-from).
    • โž• Additional container runtime flags (--cro-runtime)
    • sigint should kill the running container (#186)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Various xray image layer inspection bug fixes