Skip to main content

Module dockerfile

Module dockerfile 

Source
Expand description

Generation and validation of the per-profile deployment Dockerfile.

DockerfileBuilder renders a Dockerfile from the discovered extensions and services config; the validation helpers assert a profile’s Dockerfile copies the expected MCP binaries and carries no stale ones.

Structs§

DockerfileBuilder

Functions§

generate_dockerfile_content
get_required_mcp_copy_lines
validate_dockerfile_has_mcp_binaries
validate_dockerfile_has_no_stale_binaries
validate_profile_dockerfile