puppeteer/.github
Alex Rudenko 936ed8607e feat: add Dockerfile (#8315)
This PR adds an official Dockerfile for Puppeteer. The content of the Dockerfile is practically the same as documented in troubleshooting.md:

1) It installs chrome-stable and dependencies via apt-get.
2) it installs a local Puppeteer build into the docker user's home folder.
3) configures required permissions for the user.
4) outputs licenses into the THIRD_PARTY_NOTICES file.

The local Puppeteer build is created by `docker/pack.sh` which is meant to be used in CI. This PR also includes a GitHub action that would build a docker image and run a smote test inside of it.

The next step would be actually publishing the docker image from GitHub Actions to GitHub Registry.
2022-08-02 13:18:47 +00:00
..
ISSUE_TEMPLATE chore: add GitHub issue template (#7543) 2021-09-03 09:14:25 +02:00
workflows feat: add Dockerfile (#8315) 2022-08-02 13:18:47 +00:00
dependabot.yml chore: use dependabot for prod deps only (#8459) 2022-06-02 13:28:30 +02:00
PULL_REQUEST_TEMPLATE.md chore: create PULL_REQUEST_TEMPLATE (#6988) 2021-09-23 08:58:39 +00:00
release-please.yml chore: amend version freezes on release-please PRs 2022-05-31 14:41:22 +02:00
stale.yml chore: add stale bot (#8554) 2022-06-23 10:28:07 +02:00