Open jonathan-dacruz opened 1 year ago
This tag is present in quay.io/browser/google-chrome-stable repository.
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"
I tried updating the chrome version to use docker hub but I get an error every time I try to launch chrome.
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.