This repository was archived by the owner on Dec 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
selenoid/video-recorder images are not fetched from given docker registry #301
Comments
@lorsatti need detailed |
sure.
|
@lorsatti need |
ah ok, the console log when starting with a fresh environment
Every subsequent launch outputs:
|
vania-pooh
added a commit
that referenced
this issue
Jul 29, 2021
Correct video recorder image for custom Docker registry (fixes #301)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Binary
https://github.com/aerokube/cm/releases/download/1.8.0/cm_linux_amd64
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.
The text was updated successfully, but these errors were encountered: