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

Is there any way to pull image apart from mcr.microsoft #70

Open
Anushas42 opened this issue Jan 16, 2024 · 4 comments
Open

Is there any way to pull image apart from mcr.microsoft #70

Anushas42 opened this issue Jan 16, 2024 · 4 comments

Comments

@Anushas42
Copy link

I am getting this error while analyzing this server, the command i used "greenframe analyze https://mamelab.com"

✔ Check configuration file
✔ The folder is not a git repository
✔ Analysis is in progress locally
✔ Docker version 20.10.8, build 3967b7d
✔ Running 1 scenario(s)...

Analysis complete !

Result summary:

❌ main scenario failed
This scenario fail during the execution:
Command failed: docker rm -f greenframe-runner && docker create --tty --name greenframe-runner --rm -e HOSTIP=172.17.0.1 --add-host localhost:172.17.0.1 mcr.microsoft.com/playwright:v1.30.0-focal
Error: No such container: greenframe-runner
Unable to find image 'mcr.microsoft.com/playwright:v1.30.0-focal' locally
Error response from daemon: Get "https://mcr.microsoft.com/v2/": Proxy Authentication Required

Help me resolve this

let me know if there is any alternative way to analyse this without having to use docker

@multikoop
Copy link

@Anushas42 this one works for me inside a coporate network:

docker pull somepublic or inhouse registry/mcr.microsoft.com/playwright:v1.30.0-focal
..
docker tag 274d62c0dcda mcr.microsoft.com/playwright:v1.30.0-focal

Now run greenframe analyze https://mamelab.com/ again. Hope it works for you...

@Anushas42
Copy link
Author

@multikoop Thanks the issue is resolved

@Anushas42
Copy link
Author

@multikoop , I am trying to analyze using github actions seems like its throwing 403 forbidden error with my API token. Should we provide any access to the token and what role user must posses to get it work with github actions.

image

@fzaninotto
Copy link
Member

Are you referring to the greenframe.io subscriber token? Did you read the following tutorial? https://docs.greenframe.io/commands#syncing-with-greenframeio

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