You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then we'll need a Docker image that has the `certutil` utility. Here is an [example of a Dockerfile](https://github.com/apify/actor-example-proxy-intercept-request/blob/master/Dockerfile) that can create such an image and is based on the [apify/actor-node-chrome](https://hub.docker.com/u/apify/actor-node-chrome/) image that contains Puppeteer.
45
+
Then we'll need a Docker image that has the `certutil` utility. Here is an [example of a Dockerfile](https://github.com/apify/actor-example-proxy-intercept-request/blob/master/Dockerfile) that can create such an image and is based on the [apify/actor-node-chrome](https://hub.docker.com/r/apify/actor-node-chrome/) image that contains Puppeteer.
46
46
47
47
Now we need to specify how the proxy shall handle the intercepted requests:
Copy file name to clipboardExpand all lines: sources/platform/actors/development/actor_definition/docker.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,12 +30,12 @@ These images come with Node.js (versions `16`, `18`, `20`, or `22`) the [Apify S
30
30
31
31
| Image | Description |
32
32
| ----- | ----------- |
33
-
|[`actor-node`](https://hub.docker.com/u/apify/actor-node/)| Slim Alpine Linux image with only essential tools. Does not include headless browsers. |
34
-
|[`actor-node-puppeteer-chrome`](https://hub.docker.com/u/apify/actor-node-puppeteer-chrome/)| Debian image with Chromium, Google Chrome, and the [`puppeteer`](https://github.com/puppeteer/puppeteer) library. |
35
-
|[`actor-node-playwright-chrome`](https://hub.docker.com/u/apify/actor-node-playwright-chrome/)| Debian image with Chromium, Google Chrome, and the [`playwright`](https://github.com/microsoft/playwright) library. |
36
-
|[`actor-node-playwright-firefox`](https://hub.docker.com/u/apify/actor-node-playwright-firefox/)| Debian image with Firefox and the [`playwright`](https://github.com/microsoft/playwright) library . |
37
-
|[`actor-node-playwright-webkit`](https://hub.docker.com/u/apify/actor-node-playwright-webkit/)| Ubuntu image with WebKit and the [`playwright`](https://github.com/microsoft/playwright) library. |
38
-
|[`actor-node-playwright`](https://hub.docker.com/u/apify/actor-node-playwright/)| Ubuntu image with [`playwright`](https://github.com/microsoft/playwright) and all its browsers (Chromium, Google Chrome, Firefox, WebKit). |
33
+
|[`actor-node`](https://hub.docker.com/r/apify/actor-node/)| Slim Alpine Linux image with only essential tools. Does not include headless browsers. |
34
+
|[`actor-node-puppeteer-chrome`](https://hub.docker.com/r/apify/actor-node-puppeteer-chrome/)| Debian image with Chromium, Google Chrome, and the [`puppeteer`](https://github.com/puppeteer/puppeteer) library. |
35
+
|[`actor-node-playwright-chrome`](https://hub.docker.com/r/apify/actor-node-playwright-chrome/)| Debian image with Chromium, Google Chrome, and the [`playwright`](https://github.com/microsoft/playwright) library. |
36
+
|[`actor-node-playwright-firefox`](https://hub.docker.com/r/apify/actor-node-playwright-firefox/)| Debian image with Firefox and the [`playwright`](https://github.com/microsoft/playwright) library . |
37
+
|[`actor-node-playwright-webkit`](https://hub.docker.com/r/apify/actor-node-playwright-webkit/)| Ubuntu image with WebKit and the [`playwright`](https://github.com/microsoft/playwright) library. |
38
+
|[`actor-node-playwright`](https://hub.docker.com/r/apify/actor-node-playwright/)| Ubuntu image with [`playwright`](https://github.com/microsoft/playwright) and all its browsers (Chromium, Google Chrome, Firefox, WebKit). |
39
39
40
40
See the [Docker image guide](/sdk/js/docs/guides/docker-images) for more details.
41
41
@@ -45,9 +45,9 @@ These images come with Python (version `3.8`, `3.9`, `3.10`, `3.11`, or `3.12`)
45
45
46
46
| Image | Description |
47
47
| ----- | ----------- |
48
-
|[`actor-python`](https://hub.docker.com/u/apify/actor-python)| Slim Debian image with only the Apify SDK for Python. Does not include headless browsers. |
49
-
|[`actor-python-playwright`](https://hub.docker.com/u/apify/actor-python-playwright)| Debian image with [`playwright`](https://github.com/microsoft/playwright) and all its browsers. |
50
-
|[`actor-python-selenium`](https://hub.docker.com/u/apify/actor-python-selenium)| Debian image with [`selenium`](https://github.com/seleniumhq/selenium), Google Chrome, and [ChromeDriver](https://developer.chrome.com/docs/chromedriver/). |
48
+
|[`actor-python`](https://hub.docker.com/r/apify/actor-python)| Slim Debian image with only the Apify SDK for Python. Does not include headless browsers. |
49
+
|[`actor-python-playwright`](https://hub.docker.com/r/apify/actor-python-playwright)| Debian image with [`playwright`](https://github.com/microsoft/playwright) and all its browsers. |
50
+
|[`actor-python-selenium`](https://hub.docker.com/r/apify/actor-python-selenium)| Debian image with [`selenium`](https://github.com/seleniumhq/selenium), Google Chrome, and [ChromeDriver](https://developer.chrome.com/docs/chromedriver/). |
0 commit comments