chore(deps): update mcr.microsoft.com/playwright docker tag to v1.62.1 #57
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/mcr.microsoft.com-playwright-1.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v1.61.1-jammy→v1.62.1-jammyConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
Review verdict: blockers
Renovate bump of the Playwright base image alone leaves the e2e toolchain on mismatched versions. Playwright requires the Docker browser image and
@playwright/testto match; this PR introduces that skew in the same Dockerfile.Blockers
tests/e2e/Dockerfile:1vstests/e2e/Dockerfile:7—FROM …:v1.62.0-jammybut stillnpm install -g @playwright/test@1.61.1. Image browsers and the npm runner must be the same major.minor.patch (Playwright’s documented contract). Expect install/browser mismatch or flaky e2e underdocker composebuilds.Suggestions / nits
tests/e2e/package.json/ lockfile still pin@playwright/test@1.61.1— bump together with the image (and the global install in the Dockerfile).tests/e2e/Jenkinsfile:14still usesmcr.microsoft.com/playwright:v1.61.1-jammy(CI agent image). CI path is unchanged; Dockerfile-only bump does not update Jenkins e2e. Align Jenkinsfile when intentionally moving to 1.62.0.Update mcr.microsoft.com/playwright Docker tag to v1.62.0to Update mcr.microsoft.com/playwright Docker tag to v1.62.191843816c45b687f1d2cReview: blocked
Renovate bump of the Playwright image to
v1.62.1leaves@playwright/testand CI image pins on 1.61.1. Repo contract (README) requires the Docker tag to match@playwright/testintests/e2e/package.jsonand the Dockerfile install — mismatch risks browser/driver skew in e2e.Blockers
tests/e2e/Dockerfile:1—FROM ...:v1.62.1-jammywhile line 7 still installs@playwright/test@1.61.1tests/e2e/package.json—"@playwright/test": "1.61.1"not bumped with the imagetests/e2e/Jenkinsfile— pod still usesmcr.microsoft.com/playwright:v1.61.1-jammy(CI path unchanged by this PR)Fix: bump image +
@playwright/test(+ lockfile) + Jenkinsfile (and README pin) to the same version in one change, or revert the Dockerfile-only bump until Renovate updates the npm dep.Suggestions / nits
Update mcr.microsoft.com/playwright Docker tag to v1.62.1to chore(deps): update mcr.microsoft.com/playwright docker tag to v1.62.1View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.