feat(docker): add support for no-cache builds and tag built images for local dependency resolution
This commit is contained in:
@@ -76,4 +76,5 @@ export interface IBuildCommandOptions {
|
||||
patterns?: string[]; // Dockerfile name patterns (e.g., ['Dockerfile_base', 'Dockerfile_*'])
|
||||
platform?: string; // Single platform override (e.g., 'linux/arm64')
|
||||
timeout?: number; // Build timeout in seconds
|
||||
noCache?: boolean; // Force rebuild without Docker layer cache (--no-cache)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user