OpenHands icon indicating copy to clipboard operation
OpenHands copied to clipboard

update nikolaik base image

Open rbren opened this issue 9 months ago • 1 comments

  • [ ] This change is worth documenting at https://docs.all-hands.dev/
  • [ ] Include this change in the Release Notes. If checked, you must provide an end-user friendly description for your change below

End-user friendly description of the problem this fixes or functionality that this introduces.


Give a summary of what the PR does, explaining any non-trivial design decisions.


Link of any specific issues this addresses.


To run this PR locally, use the following command:

docker run -it --rm   -p 3000:3000   -v /var/run/docker.sock:/var/run/docker.sock   --add-host host.docker.internal:host-gateway   -e SANDBOX_RUNTIME_CONTAINER_IMAGE=docker.all-hands.dev/all-hands-ai/runtime:155b806-nikolaik   --name openhands-app-155b806   docker.all-hands.dev/all-hands-ai/openhands:155b806

rbren avatar Mar 31 '25 20:03 rbren

Related, #7630

Nothing wrong with updating python and node versions, but I'm not sure there's a reason to go to debian bullseye (11) because according to this the nikolaik images are using debian bookworm (12) by default which is newer.

https://github.com/nikolaik/docker-python-nodejs

raymyers avatar Apr 01 '25 19:04 raymyers