Skip to content

feat: add docker build/compose output filter #719

@bug-ops

Description

@bug-ops

Parent: #717

Problem

docker build and docker compose build produce hundreds of lines of layer progress that waste context tokens.

Acceptance Criteria

  • Match docker build, docker compose build, docker compose up
  • Strip layer download/extract progress lines (Downloading, Extracting, Pulling fs layer, etc.)
  • Strip docker compose pull/create progress
  • Preserve error output, final image ID, and warnings
  • Preserve docker compose ps service status
  • Config: [tools.filters.docker] with enabled flag
  • Tests with realistic output samples
  • Expected savings: 80-95%

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions