You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 17, 2024. It is now read-only.
How to reproduce: ./cm selenoid start --vnc --registry https://my-registry.example.com
Start session with video support enableVideo: true
Expected
Session starts normally.
Instead
Getting error: start video container: create video container: Error response from daemon: No such image: selenoid/video-recorder:latest-release
Workaround docker tag my-registry.example.com/selenoid/video-recorder:latest-release selenoid/video-recorder:latest-release
Browser images are fetched correctly from the given docker repository.