From 5124b2c7b3c38366a11874075b4de856eab545e6 Mon Sep 17 00:00:00 2001 From: Gareth Sylvester-Bradley Date: Thu, 20 Aug 2026 18:53:59 +0100 Subject: [PATCH] docker: bump MXL pin to release/v1.1 tip Point the gst-nmos-rs operator image at dmf-mxl/mxl 5201833c (mxl-data-probe UDW fix), current tip of release/v1.1. Signed-off-by: Gareth Sylvester-Bradley --- docker/README.md | 2 +- docker/gst-nmos-rs/Dockerfile | 2 +- docker/gst-nmos-rs/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/README.md b/docker/README.md index da013ac..a1bc1f0 100644 --- a/docker/README.md +++ b/docker/README.md @@ -17,7 +17,7 @@ Shared [`nvnmos/entrypoint-setup.sh`](nvnmos/entrypoint-setup.sh) starts user-mo **Toolchain pins (defaults)** — same in both images as CI and manual builds: - **Rust 1.92** — matches [`rust/rust-toolchain.toml`](../rust/rust-toolchain.toml) (workspace MSRV **1.87** in [`rust/Cargo.toml`](../rust/Cargo.toml)) -- **MXL** `81738a15adb55119a6855343bc1053a4389bf6df` (`81738a1`) +- **MXL** `5201833c68293525a87507bb734e9b80148bb71d` (`5201833`) - **Conan lockfile** `src/conan.lock` - **Conan ~=2.2** / **CMake ~=3.17** diff --git a/docker/gst-nmos-rs/Dockerfile b/docker/gst-nmos-rs/Dockerfile index ca586e5..fc22351 100644 --- a/docker/gst-nmos-rs/Dockerfile +++ b/docker/gst-nmos-rs/Dockerfile @@ -36,7 +36,7 @@ ARG RUST_TOOLCHAIN=1.92 # External sources ARG MXL_REPO=https://github.com/dmf-mxl/mxl.git -ARG MXL_REF=81738a15adb55119a6855343bc1053a4389bf6df +ARG MXL_REF=5201833c68293525a87507bb734e9b80148bb71d ARG GST_PLUGINS_RS_REPO=https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git ARG GST_PLUGINS_RS_REF=8fe3cc1195d7d54990a84d85ca189624db29b096 diff --git a/docker/gst-nmos-rs/README.md b/docker/gst-nmos-rs/README.md index 240813b..300d67d 100644 --- a/docker/gst-nmos-rs/README.md +++ b/docker/gst-nmos-rs/README.md @@ -37,7 +37,7 @@ The nvnmos tree is taken from the build context (`COPY src/`, `COPY rust/` via t | `CONAN_LOCKFILE` | `src/conan.lock` | Input lockfile for `conan install`. Pass an empty value to resolve the latest compatible graph instead. | | `RUST_TOOLCHAIN` | `1.92` | Rust toolchain for all Rust stages in this image. Matches [`rust/rust-toolchain.toml`](../../rust/rust-toolchain.toml); gst-plugins-rs MSRV is **1.92**. Workspace MSRV is **1.87** in [`rust/Cargo.toml`](../../rust/Cargo.toml). | | `MXL_REPO` | `https://github.com/dmf-mxl/mxl.git` | MXL source repository (`libmxl`, `gst-mxl-rs`). | -| `MXL_REF` | `81738a15adb55119a6855343bc1053a4389bf6df` | Pinned MXL commit (`81738a1`, tip of `release/v1.1` at time of writing). Use a full 40-character SHA or a branch/tag name. | +| `MXL_REF` | `5201833c68293525a87507bb734e9b80148bb71d` | Pinned MXL commit (`5201833`, tip of `release/v1.1` at time of writing). Use a full 40-character SHA or a branch/tag name. | | `GST_PLUGINS_RS_REPO` | `https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git` | gst-plugins-rs source. | | `GST_PLUGINS_RS_REF` | `8fe3cc1195d7d54990a84d85ca189624db29b096` | Pinned gst-plugins-rs commit on `main` (`udpsrc2`, `rtpjxsv` pay/depay, `st2038combiner` skew, `rtpsmpte291depay` multi-ANC, and `st2038` ST 291 ADF parity fixes). Builds `gst-plugin-udp` + `gst-plugin-rtp` + `gst-plugin-closedcaption`. Use a full 40-character SHA or a branch/tag name. | | `NVNMOS_UID` | `10001` | Fixed runtime user UID (`nvnmos`). |