images
images copied to clipboard
Browser images for Selenoid and Moon 1.x
certificate error when execute apt-get update `Err:2 https://repo.yandex.ru/yandex-browser/deb beta Release Certificate verification failed: The certificate is NOT trusted. The certificate chain uses insecure algorithm. Could not handshake: Error in the...
Hello, First of all, thanks for this awesome repository and awesome images. I'm not sure it's the right repository, sorry for any inconvenience. We are currrently using selenoid images (from...
https://github.com/aerokube/images/blob/32cc9299ab2a87d1c7db1039b10beb4191cab5ef/static/chrome/entrypoint.sh#L66 Now ```bash docker run --rm -d --name test_chrome_91 selenoid/vnc_chrome:91.0 docker container exec test_chrome_91 pactl list short sources Connection failure: Connection refused pa_context_connect() failed: Connection refused ``` After i changed...
It would be great if any time you release a new image tag for Chrome y Firefox, you also release another image with the next beta and dev versions for...
Hi, May I know if there is someone that was able to build a custom emulator image with google play services? Because I'm currently encountering the same issue with this...
Hello, after trying to run tests on `selenoid/chrome:89.0` image, chrome container is getting stuck on `Waiting X server...` With the same config/env `selenoid/chrome:79.0` is working correctly Selenoid container logs: ```...
If I start android docker container with `docker run --rm -p 5900 --device /dev/kvm --env ENABLE_VNC=true --env SKIN=1200x1920 selenoid/chrome-mobile:79.0` or run selnoum with `{"capabilities": {"skin": "WXGA720"}` Then chrome crashes on...
Our project has a number of layers that we add on to the base images (like certificates for Chrome/Firefox and test resources inside the containers for use by our selenium...
Would be nice to have images for major Firefox versions from ESR channel in this repo in addition to regular release versions, since ESR is what many organizations actually test...
I follow the browser update instructions. 1) Pull image for example selenoid/vnc:firefox_10.0 2) Reload selenoid 3) Try to create manual session from selenoid-ui /session request gives me Location: http://localhost/wd/hub/session/ But...