chore: fix ChatScript IT by switching Docker image - #25336
Conversation
The claytantor/chatscript-docker image contains a /dev/agpgart device node that fails to register on CI Docker environments, causing ContainerFetchException. Switch to mniehe/chatscript which is Alpine-based and pulls cleanly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Claus Ibsen <claus.ibsen@gmail.com>
|
🌟 Thank you for your contribution to the Apache Camel project! 🌟 🐫 Apache Camel Committers, please review the following items:
|
|
🧪 CI tested the following changed modules:
🔬 Scalpel shadow comparison — Scalpel: 11 tested, 29 compile-only — current: 11 all testedMaveniverse Scalpel detected 40 affected modules (current approach: 11).
|
gnodet
left a comment
There was a problem hiding this comment.
Straightforward Docker image swap for ChatScript test infrastructure — switching from claytantor/chatscript-docker:latest to mniehe/chatscript:latest. CI is green.
This review was generated by an AI agent and may contain inaccuracies. Please verify all suggestions before applying.
Claude Code on behalf of @gnodet
Summary
claytantor/chatscript-docker:latestimage contains a/dev/agpgartdevice node in one of its layers, causingContainerFetchException: failed to register layer: openat dev/agpgart: no such deviceon CImniehe/chatscript:latestwhich is Alpine-based, pulls cleanly, and is available onmirror.gcr.ioTest plan
mniehe/chatscriptcontainer starts and listens on port 1024ChatScriptComponentITlocally — 1 test, 0 failuresClaude Code on behalf of davsclaus
🤖 Generated with Claude Code