docker: pin interop + inp3lab net-sim to v0.2.0 (ackmode reconciled) - #395
Merged
Conversation
Both test stacks pinned net-sim 0fb89608 (the 2026-06-06 continuous-carrier build, packet-net/net-sim#15) — which predates ACKMODE entirely. Bump to the v0.2.0 release: ACKMODE end-to-end with the echo delivered at PTT release (not render time) + the tq lost-wakeup fix reconciled, plus time_scale / collision-noise / squelch_open_ms / rt-priority. Forward-compatible — 0.2.0 carries the continuous-carrier fix and the new modes default to the prior behaviour (collision silence, squelch 0, time_scale 1), so plain-KISS interop is unchanged; the interop suite validates in CI. [skip-plan] Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
docker/compose.interop.ymlanddocker/inp3lab/compose.ymlboth pinned net-sim0fb89608— the 2026-06-06 continuous-carrier build (packet-net/net-sim#15), which predates ACKMODE entirely. Bump both to the v0.2.0 release (sha256:b28c357a…): ACKMODE end-to-end with the echo delivered at PTT release rather than render time (packet-net/samoyed#1) + the tq lost-wakeup fix (packet-net/samoyed#2), plustime_scale/collision_mode: noise/squelch_open_ms/-rt-priority(net-sim#17), and thesetcaprevert that keeps the image exec-able on unprivileged-LXC hosts (net-sim#20).Forward-compatible: v0.2.0 is built from net-sim main, so it carries the continuous-carrier fix too, and the new modes default to prior behaviour (collision silence, squelch 0, time_scale 1) — plain-KISS interop is unchanged. The interop suite validates against it in CI here. Verified locally that 0.2.0 execs under
--cap-drop SYS_NICE(no setcap regression).🤖 Generated with Claude Code