playwright/utils/docker
Andrey Lushnikov 8ebe4dc81a
devops: do not use NPX during docker container build (#23213)
The postmortem of the broken docker image:
- We use `playwright-core` package when bootstrapping our docker
container.
- Due to accidental removal of `bin` entry in the `playwright-core` (see
  https://github.com/microsoft/playwright/issues/23206), the `npx
  playwright install --with-deps` was using the last published
  Playwright version instead of a locally-built playwright binary

This patch starts using `npx exec --no` to make sure that we never call
remote commands during docker image build.
2023-05-22 19:21:09 -07:00
..
build.sh chore: remove experimental dockerfile.remote (#20790) 2023-02-09 12:18:02 -08:00
Dockerfile.focal devops: do not use NPX during docker container build (#23213) 2023-05-22 19:21:09 -07:00
Dockerfile.jammy devops: do not use NPX during docker container build (#23213) 2023-05-22 19:21:09 -07:00
publish_docker.sh chore: have Ubuntu 22 Docker image by default (#22356) 2023-04-12 19:40:23 +02:00
seccomp_profile.json doc: further align docs w/ playwright.dev (#4866) 2021-01-03 08:47:29 -08:00