We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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
selenoid/vnc_chrome
Sorry, something went wrong.
Check your configuration. I had an issue until I wrapped the version in quotes chrome_vnc: repository: selenoid/vnc_chrome default: "118.0"
chrome_vnc: repository: selenoid/vnc_chrome default: "118.0"
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: