You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Dockerfiles: use local start-chromium.sh instead of non-existent submodule version
The kernel-images submodule doesn't contain start-chromium.sh.
All deployment types use custom patched versions in deployments/*/scripts/.
Changes:
- deployments/local/Dockerfile: Remove duplicate COPY from submodule
- deployments/local-webarena/Dockerfile: Remove duplicate COPY from submodule
- deployments/cloudrun/Dockerfile: Use local scripts/start-chromium.sh
This fixes the build error:
failed to compute cache key: start-chromium.sh: not found
0 commit comments