From 174dfd98757b7e65c25be72c3b3f73b76aaa71ad Mon Sep 17 00:00:00 2001 From: Leonardo Gallego <993814+leogallego@users.noreply.github.com> Date: Thu, 23 Apr 2026 00:44:51 -0300 Subject: [PATCH] Rollback image to v26.4.4 for terminal crash regression test Testing whether the VS Code terminal crash (#11) is a regression introduced by the v26.4.5 image. If the terminal works with v26.4.4, the image change is the trigger. Co-Authored-By: Claude Opus 4.6 (1M context) --- devfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devfile.yaml b/devfile.yaml index f3fb15e..a20549e 100644 --- a/devfile.yaml +++ b/devfile.yaml @@ -4,7 +4,7 @@ metadata: components: - name: tooling-container container: - image: ghcr.io/ansible/ansible-devspaces:v26.4.5 + image: ghcr.io/ansible/ansible-devspaces:v26.4.4 memoryRequest: 2Gi memoryLimit: 4Gi cpuRequest: 500m