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
The Docker image on https://hub.docker.com/r/spreed/webrtc/ still contains the entrypoint script using /dev/random (172ac70), causing containers to block forever during startup in environments lacking randomness (VMs, for instance).
Reproduce:
docker run -d ... spreed/webrtc
...
Creating new server secrets ...
# (blocking)
The text was updated successfully, but these errors were encountered:
You're right, but that wasn't my point (plus I don't want to install additional packages in the VM just because a Docker container misbehaves). My request was to update the Docker hub image so it reflects the current (and working) code base.
The Docker image on https://hub.docker.com/r/spreed/webrtc/ still contains the entrypoint script using /dev/random (172ac70), causing containers to block forever during startup in environments lacking randomness (VMs, for instance).
Reproduce:
docker run -d ... spreed/webrtc ... Creating new server secrets ... # (blocking)
The text was updated successfully, but these errors were encountered: