Why was "--sandbox-image" removed? #12826
Closed
oliverfleetwood
started this conversation in
General
Replies: 1 comment
-
|
Got this to work using the env param GEMINI_SANDBOX_IMAGE. Still can't find the name of the property in settings.json though |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The flag
--sandbox-imagehas been removed from Gemini CLI. Why? This was a very useful way to share functionality between projects and users. The filesandbox.Dockerfilein your project's .gemini is not as useful since we need one file per project + it is much more work to build it. It would be much simpler if you can share your image between projects and/or download your image from an in-house repository.This PR removed the flag, but I can't find any documentation on corresponding support in
settings.json.Beta Was this translation helpful? Give feedback.
All reactions