Skip to content

Pin LiveKit server Docker image to a deterministic version - #347

Open
erensh27 wants to merge 1 commit into
NVIDIA:mainfrom
erensh27:fix/pin-livekit-image
Open

Pin LiveKit server Docker image to a deterministic version#347
erensh27 wants to merge 1 commit into
NVIDIA:mainfrom
erensh27:fix/pin-livekit-image

Conversation

@erensh27

Copy link
Copy Markdown

Fixes #27

_docker.py hard-coded livekit/livekit-server:latest, which makes container boots non-reproducible. Pinned to a specific release (v1.13.5) behind a module constant so it can be bumped deliberately. The integration test now reuses that constant instead of its own :latest literal (single source of truth).

Replace the floating livekit/livekit-server:latest tag with a pinned
release (v1.13.5) so container boots are reproducible. The integration
test now reuses the pinned image constant from the _docker module
instead of its own :latest literal.

Fixes NVIDIA#27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

nit: use a deterministic version

1 participant