apify-actor-docker
apify-actor-docker copied to clipboard
Base Docker images for Apify actors.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/apify/apify-actor-docker). ## Awaiting Schedule The following updates are...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | ubuntu | final | major | `jammy` -> `noble` | --- ### Configuration...
Right now, the Playwright version is hardcoded in the Python Docker images and in templates, so whenever Playwright releases a new version, we have to update it manually. We should...
Using actor-node-puppeteer-chrome in Docker on a remote server. When attempting to use await page.screenshot I get failed to launch browser process. Googling around I can see it could be due...
Hello! I ran into an issue while configuring my crawler Dockerfile with `apify/actor-node-playwright-chrome` image. When I build and run my Dockerfile, I get this error and it stops. ``` ERROR...
Selenium introduced Selenium Manager, a CLI tool for installing the right browser driver for the right installed version of a browser. We should use it for installing the browser drivers...
### Which package is the feature request for? If unsure which one to select, leave blank @crawlee/core ### Feature The base image is based on Debian which has a much...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/build-push-action](https://redirect.github.com/docker/build-push-action) | action | major | `v5` -> `v6` | --- ### Release...
https://github.com/apify/apify-actor-docker/blob/ee3852a92d7f3fd7bdd64348a890b0de4186c070/node/Dockerfile#L2 Is there a reason why this platform restriction is in place? At least the normal node-actor image seems to work fine on ARM machines. With the increasing number of...