Pin LiveKit server Docker image - #258
Open
WilliamK112 wants to merge 2 commits into
Open
Conversation
nvddr
added a commit
that referenced
this pull request
Jun 23, 2026
Collaborator
|
The CI failure here is unrelated to this PR's changes. Root cause: PR #260 fixes the underlying floor ( |
nvddr
added a commit
that referenced
this pull request
Jun 23, 2026
nvddr
enabled auto-merge (squash)
June 24, 2026 18:33
nvddr
self-requested a review
June 24, 2026 18:33
auto-merge was automatically disabled
July 1, 2026 00:01
Head branch was pushed to by a user without write access
WilliamK112
force-pushed
the
fix/pin-livekit-image
branch
from
July 1, 2026 00:01
99fc83d to
52719c9
Compare
Signed-off-by: WilliamK112 <164879897+WilliamK112@users.noreply.github.com>
WilliamK112
force-pushed
the
fix/pin-livekit-image
branch
from
July 2, 2026 04:13
52719c9 to
7e9024c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
livekit/livekit-server:v1.13.1instead oflatest.Fixes #27.
Testing
uv run python -m py_compile server-runtime\xr_media_hub\transport\livekit\_docker.py tests\test_integration_livekit.pyuv tool run --from ruff==0.15.16 ruff check server-runtime\xr_media_hub\transport\livekit\_docker.py tests\test_integration_livekit.pygit diff --check origin/main..HEADlivekit/livekit-server:latestreferences remain underserver-runtimeortestsuv run pytest -rs -v test_integration_livekit.pyfrom thetestsproject collected the module but skipped it because Docker is not on PATH in this local Windows environmentRebased onto current
origin/main(ec4169aa) and force-pushed with lease.