This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 0f105e6e0f39 chore: fix ChatScript IT by switching Docker image
(#25336)
0f105e6e0f39 is described below
commit 0f105e6e0f396fcd476721d125ab407e4f5e893d
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Aug 5 11:05:43 2026 +0200
chore: fix ChatScript IT by switching Docker image (#25336)
chore: fix ChatScript IT by switching to a working Docker image
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.
Signed-off-by: Claus Ibsen <[email protected]>
Co-authored-by: Claude Opus 4.6 <[email protected]>
---
.../apache/camel/test/infra/chatscript/services/container.properties | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/test-infra/camel-test-infra-chatscript/src/main/resources/org/apache/camel/test/infra/chatscript/services/container.properties
b/test-infra/camel-test-infra-chatscript/src/main/resources/org/apache/camel/test/infra/chatscript/services/container.properties
index 2fb9d50301ef..db0eded52409 100644
---
a/test-infra/camel-test-infra-chatscript/src/main/resources/org/apache/camel/test/infra/chatscript/services/container.properties
+++
b/test-infra/camel-test-infra-chatscript/src/main/resources/org/apache/camel/test/infra/chatscript/services/container.properties
@@ -14,5 +14,4 @@
## See the License for the specific language governing permissions and
## limitations under the License.
## ---------------------------------------------------------------------------
-## tested against 2.1.2, 2.2.0 & 2.3.1
-chatscript.container=mirror.gcr.io/claytantor/chatscript-docker:latest
\ No newline at end of file
+chatscript.container=mirror.gcr.io/mniehe/chatscript:latest
\ No newline at end of file