Feature Request
The official Playwright Docker image (mcr.microsoft.com/playwright:v*-noble) is ~920MB uncompressed.
Motivation
In CI workflows where the container is pulled fresh each run, pull time dominates total job time. In our case: 31s to pull/start the container vs 30s for the actual test suite. Shrinking the image cuts seconds off every CI run for every project using the official image.
Feature Request
The official Playwright Docker image (
mcr.microsoft.com/playwright:v*-noble) is ~920MB uncompressed.Motivation
In CI workflows where the container is pulled fresh each run, pull time dominates total job time. In our case: 31s to pull/start the container vs 30s for the actual test suite. Shrinking the image cuts seconds off every CI run for every project using the official image.