Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image with Node v14 and Puppeteer v11 not found #71

Closed
rubydev opened this issue Nov 29, 2021 · 6 comments
Closed

Image with Node v14 and Puppeteer v11 not found #71

rubydev opened this issue Nov 29, 2021 · 6 comments
Assignees

Comments

@rubydev
Copy link

rubydev commented Nov 29, 2021

Hi, based on documentation here I would like to use Docker image with Node v14, and Puppeteer v11. But it looks, that it doesn't exist:

2021-11-29T09:17:40.233Z ACTOR: Cloning git@github.com:apify-projects/Apify-TopMonks-PG#master:stopandshop
2021-11-29T09:17:41.090Z ACTOR: Cloned commit ID: d196358f229479cdc1a58b2a5d922b88ab62e286
2021-11-29T09:17:41.121Z ACTOR: Cloned branch name: master
2021-11-29T09:17:41.153Z ACTOR: Extracting actor documentation from README.md
2021-11-29T09:17:41.327Z ACTOR: Extracting input schema from INPUT_SCHEMA.json
2021-11-29T09:17:41.361Z ACTOR: Building Docker image.
2021-11-29T09:17:41.491Z Step 1/18 : FROM apify/actor-node-puppeteer-chrome:14-11.0.0
2021-11-29T09:17:41.572Z ACTOR: ERROR: Docker image build failed: manifest for apify/actor-node-puppeteer-chrome:14-11.0.0 not found: manifest unknown: manifest unknown

If I will try apify/actor-node-puppeteer-chrome:14 it is installing Puppeteer version 12, and there is some bug here. So I would like to avoid using Puppeteer version 12 for now. In docker hub I found only 14-11.0.0-beta

@B4nan
Copy link
Member

B4nan commented Nov 29, 2021

Puppeteer v11 is not yet supported, will be in next SDK version, which will then automatically trigger build of such image.

Should be out later this week, rather sooner than later.

@B4nan
Copy link
Member

B4nan commented Nov 29, 2021

Btw node 14 you say? So you are not using SDK v2 (it requires node 15+)?

If I will try apify/actor-node-puppeteer-chrome:14 it is installing Puppeteer version 12, and there is some bug here. So I would like to avoid using Puppeteer version 12 for now.

@vladfrangu please make sure this works as expected. if the latest stable image tries to install puppeteer 12 than this should get priority, as it is unsupported for us (the PR in SDK even has errors, so its not just about chrome 97)

@rubydev
Copy link
Author

rubydev commented Nov 29, 2021

Btw node 14 you say? So you are not using SDK v2 (it requires node 15+)?

Yes, I meant 14 (for this project we using SDK v1).

@vladfrangu
Copy link
Member

If I will try apify/actor-node-puppeteer-chrome:14 it is installing Puppeteer version 12, and there is some bug here. So I would like to avoid using Puppeteer version 12 for now.

@vladfrangu please make sure this works as expected. if the latest stable image tries to install puppeteer 12 than this should get priority, as it is unsupported for us (the PR in SDK even has errors, so its not just about chrome 97)

I just pulled the image locally (docker pull apify/actor-node-puppeteer-chrome:14) and ran it (docker run --rm -it apify/actor-node-puppeteer-chrome:14), and it installed puppeteer 10.4.0. I seriously don't know how it installed puppeteer 12 for you.. Did you override the package.json/have a package-lock present in your usage of the image that sets puppeteer to a different version?

@B4nan
Copy link
Member

B4nan commented Mar 14, 2022

Is this still valid @rubydev?

@rubydev
Copy link
Author

rubydev commented Mar 14, 2022

@B4nan No, we can close it. Thanks

@B4nan B4nan closed this as completed Mar 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants