This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch quick-fix/chatscript-docker-image in repository https://gitbox.apache.org/repos/asf/camel.git
commit ff82c6a74de53ca68e3d878c55d6f113baa26771 Author: Claus Ibsen <[email protected]> AuthorDate: Wed Aug 5 07:06:40 2026 +0200 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. Co-Authored-By: Claude Opus 4.6 <[email protected]> Signed-off-by: Claus Ibsen <[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
