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

failed to resolve reference "hub.docker.com/r/selenoid/vnc_chrome:116.0 #402

Open
jonathan-dacruz opened this issue Nov 3, 2023 · 2 comments

Comments

@jonathan-dacruz
Copy link

I tried updating the chrome version to use docker hub but I get an error every time I try to launch chrome.

      chrome:
        repository: quay.io/browser/google-chrome-stable
        default: 116.0

failed to resolve reference "hub.docker.com/r/selenoid/vnc_chrome:116.0": hub.docker.com/r/selenoid/vnc_chrome:116.0: not found

The error seems to be related to the the ':' being appended to the image name.

@vania-pooh
Copy link
Member

This tag is present in quay.io/browser/google-chrome-stable repository.
Screen Shot 2023-11-07 at 15 26 13

The same is true for selenoid/vnc_chrome. https://hub.docker.com/layers/selenoid/vnc_chrome/116.0/images/sha256-2828cfe3fea28ed028ed597b136024c868c55c772fceb8d19b026d0eacd3da2b?context=explore

@jonathan-dacruz
Copy link
Author

Check your configuration. I had an issue until I wrapped the version in quotes
chrome_vnc: repository: selenoid/vnc_chrome default: "118.0"

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

2 participants