cperry-goog
18d6a11c04
refactor: rename gemini-code to gemini-cli ( #822 )
2025-06-07 14:27:22 -07:00
cperry-goog
51cd5ffd91
fix(build): correct sandbox warning link ( #819 )
2025-06-07 12:42:32 -07:00
Olcan
d3e43437a0
use execSync (vs spawnSync) so launch fails if build_sandbox fails; tweaks in build_sandbox to fix some shellcheck warnings, and to simplify the logic slightly ( #767 )
2025-06-05 13:02:56 -07:00
Tolik Malibroda
4d4cf0f2f9
feat: Add multi-stage docker build support for custom sandbox.Dockerfile ( #746 )
2025-06-05 17:46:54 +02:00
Taylor Mullen
190e6be800
Fix: Update sandbox build to use new core package name
...
- The `packages/core` tarball name changed from `gemini-code-server-*.tgz` to `gemini-code-core-*.tgz` after the `server` to `core` rename.
- This updates `scripts/build_sandbox.sh` and the root `Dockerfile` to use the new `gemini-code-core-*.tgz` naming, resolving the CI failure during the Docker build step of the publish process.
2025-05-30 22:41:54 -07:00
Tommaso Sciortino
21fba832d1
Rename server->core ( #638 )
2025-05-30 18:25:47 -07:00
Brandon Keiji
31a7affb74
feat(sandbox): use package config to dictate sandbox image name ( #624 )
2025-05-30 19:28:46 +00:00
Brandon Keiji
816cc08a8f
fix(sandbox): set default env var to 'gemini-cli-sandbox' ( #620 )
2025-05-30 18:02:27 +00:00
Brandon Keiji
dc94a03f39
feat: publish root Dockerfile to our image registry ( #599 )
2025-05-29 14:01:44 -07:00
Olcan
9595e98db8
replace error with warning if sandbox build is triggered without enabling, improve README to reduce confusion ( #570 )
2025-05-27 10:55:07 -07:00
Olcan
1fa40405ea
improve sandboxing status message, update README, remove dead code from a previous change to build_sandbox.sh ( #346 )
2025-05-14 11:23:06 -07:00
Olcan
4649026312
make sandbox build quiet by default but allow VERBOSE=1 option. enable caching by default but allow disabling via BUILD_SANDBOX_FLAGS="--no-cache" ( #278 )
2025-05-07 11:00:48 -07:00
Brandon Keiji
ed0b90644a
fix: build image with --no-cache ( #275 )
2025-05-07 08:18:04 -07:00
Brandon Keiji
739654bb25
fix(sandbox): consolidate dev and prod sandbox ( #273 )
2025-05-07 07:23:13 -07:00
Olcan
ae96b8914e
fix sandbox prod build w/ custom Dockerfile ( #255 )
2025-05-03 10:07:51 -07:00
Olcan
69d1c644d9
custom sandboxing via sandbox.Dockerfile and sandbox.bashrc in project settings ( #249 )
2025-05-02 14:07:40 -07:00
Olcan
e85db8aa3c
drop the "RE" from REBUILD_SANDBOX ( #218 )
2025-04-29 14:45:11 -07:00
Olcan
491a9da80b
rename dev image with -dev suffix ( #195 )
2025-04-28 08:52:18 -07:00
Olcan
7828e813a8
hop into sandbox ( #186 )
2025-04-26 21:27:36 -07:00
Olcan
320f54e205
instant (dev) sandbox ( #171 )
...
* instant (dev) sandbox
* leave Dockerfile as is to pass deploy test
* fix comma
* fix prod build
* do not use "images exists" which docker does not support
* separate dev-mode flag
* Merge remote-tracking branch 'origin/main' into instant_sandbox
2025-04-25 10:58:23 -07:00
Seth Troisi
72d0b73598
Add docker equivilant for --authfile
2025-04-23 15:46:51 -07:00
Olcan
5e34d9e276
Refactor_sandbox_command ( #121 )
2025-04-22 13:51:50 -07:00
Olcan
1ed9743ad4
quiet sandbox build ( #111 )
2025-04-21 23:26:53 -07:00
Seth Troisi
7663ccf0bd
Fix Docker Build permission issue ( #95 )
...
During docker build `npm install` running as node was exiting with 243 (EACCES) from trying to install the tgz files because `npm pack` created the files with 400 permissions on my system.
2025-04-21 14:35:03 -07:00
Tyler
7f95c594c0
More license headers, add a CONTRIBUTING.md file (also fix README.md formatting) ( #81 )
2025-04-21 10:04:03 -07:00
Olcan
39bdedab9c
seamless sandboxing (just set GEMINI_CODE_SANDBOX=true in .env) ( #76 )
2025-04-21 07:50:18 -07:00