aerokube / moon

Browser automation solution for Kubernetes and Openshift supporting Selenium, Playwright, Puppeteer and Cypress

Home Page:http://aerokube.com/moon/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

jonathan-dacruz opened this issue · comments

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.

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

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