thiagoelg opened a new pull request, #3683: URL: https://github.com/apache/incubator-kie-tools/pull/3683
Switches `packages/playwright-base/Containerfile`'s base image from `ubuntu:24.04` to Playwright's own `mcr.microsoft.com/playwright:v1.62.0-noble` image (pinned to match the `@playwright/test` version in `pnpm-lock.yaml`). This lets us drop almost every manual dependency installation from the image, reducing its build time from 7~8 minutes to 50s (on my machine). --- This PR was built on top of https://github.com/apache/incubator-kie-tools/pull/3678, I'll rebase once it's merged. Check the diff by looking into the https://github.com/apache/incubator-kie-tools/commit/6bb6d735d2d0c9a8f76b34c31ccdff42ef954181 commit. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
