Skip to content

ECO-ARC-ARCH-017 — Inefficient container image size

  • Category: Architecture (ARC)
  • Family: Architecture (ARCH)
  • Layer: Architecture
  • Tier: 2
  • Severity: note
  • Tags: containers, images
  • Legacy ID: ECO-ARCH-017

Summary

Large images increase pull time and wasted storage/transfer.

Rationale

Slim images reduce bandwidth and speed deploys.

Impact

{
  "confidence": 0.55,
  "notes": "Often quick win.",
  "type": "network"
}

Detection

{
  "languages": [
    "infra"
  ],
  "method": "trace"
}

Remediation

{
  "guidance": "Use multi-stage builds and minimal base images.",
  "tradeoffs": "Build refactor."
}

Ontology

{
  "system_layers": [
    "architecture"
  ]
}