aerokube / moon

Browser automation solution for Kubernetes and Openshift supporting Selenium, Playwright, Puppeteer and Cypress
http://aerokube.com/moon/latest
Apache License 2.0
224 stars 19 forks source link

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

Open jonathan-dacruz opened 1 year ago

jonathan-dacruz commented 1 year ago

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 commented 1 year ago

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 commented 10 months ago

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