Ivan Krutov
Ivan Krutov
@kolodiy One of our next tasks is to create a CI server automatically building such images.
This is now supported in build binary with `--channel` flag.
@bonigarcia uploading will be done when CI is ready.
@bonigarcia no resources for this task for the moment. Probably during next months.
@aditki timezone is set via `TZ` variable. E.g. in Selenoid you can also set it with capability `timeZone`: https://aerokube.com/selenoid/latest/#_per_session_time_zone_timezone
@aditki for every browser version you can also set respective environment variable in `browsers.json`: ``` { "firefox": { "default": "70.0", "versions": { "70.0": { "image": "selenoid/firefox:70.0", "port": "4444", "env" :...
@suresach we never recommended running our browser images for days. You should use them for 1 sessions and then stop. This is what Selenoid \ Moon are actually doing.
@suresach not sure about it.
@ratankumarangadi you are probably using Selenoid in custom Docker network. In that case you need to specify `-container-network` flag to make Selenoid start everything in the same network where it...
@ratankumarangadi Something like this: `docker run --network somenet .... aerokube/selenoid:latest-release -container-network somenet`. Probably if you don't have Docker experience - I would recommend using our command line tool CM -...