Aviral Garg
b94fcd2401
fix(sandbox): harden image packaging integrity checks ( #19552 )
2026-02-23 21:02:42 +00:00
Jacob MacDonald
50a31dbca9
Revert "Update package.json in include git dependency on Ink fork." ( #11365 )
2025-10-17 14:48:29 +00:00
Jacob Richman
fe0cf9422c
Update package.json in include git dependency on Ink fork. ( #11330 )
2025-10-17 03:32:53 +00:00
matt korwel
03bc9bca2d
fix(ci): e2e workflow aligned with release ( #9296 )
2025-09-25 18:26:07 +00:00
Brandon Keiji
5ad4a0a826
fix: prepublish changes to package names ( #1420 )
2025-06-25 12:41:11 +00:00
Zach Sais
8e147263db
fix version release for Dockerfile build ( #1080 )
2025-06-16 06:13:39 +00:00
N. Taylor Mullen
7508a7cbf4
feat(cli): add glob as a direct dependency ( #1065 )
2025-06-15 00:50:26 -07:00
Steren
5ad2822865
Dockerfile: Node 22 and ENTRYPOINT ( #1038 )
2025-06-14 19:01:06 +00:00
Olcan
42f146f820
restricted networking for all sandboxing methods, new seatbelt profiles, updated docs, fixes to sandbox build, debugging through sandbox ( #891 )
2025-06-10 08:58:37 -07:00
Abhi
5c9343bce8
Fix Build Failure - Build fails in sandbox due to missing build toolchain ( #831 )
2025-06-08 01:04:20 -04:00
cperry-goog
a49f734c13
refactor: rename gemini-code to gemini-cli ( #822 )
2025-06-07 14:27:22 -07:00
Taylor Mullen
8b9145fb92
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
64bd136f42
Rename server->core ( #638 )
2025-05-30 18:25:47 -07:00
Brandon Keiji
ce57868a4e
fix(sandbox): set default env var to 'gemini-cli-sandbox' ( #620 )
2025-05-30 18:02:27 +00:00
Brandon Keiji
166e553522
fix(sandbox): use CMD for default entrypoint ( #601 )
2025-05-29 22:16:39 +00:00
Brandon Keiji
927581c993
feat: publish root Dockerfile to our image registry ( #599 )
2025-05-29 14:01:44 -07:00
Taylor Mullen
62e8371aab
Update Gemini Code verbiage -> Gemini CLI
...
- Did not update details that impact GC execution. Meaning packages are still named gemini-code (for now) and things that import them still import them as gemini-code.
2025-05-14 22:07:03 -07:00
Olcan
d1fd9cdf67
enable servers in sandbox to listen on localhost (127.0.0.1) instead of 0.0.0.0, ensuring servers can be container/host-agnostic ( #207 )
...
* enable servers in sandbox to listen on localhost (127.0.0.1) instead of 0.0.0.0, ensuring servers can be container/host-agnostic
* Merge remote-tracking branch 'origin/main' into sandbox_localhost_works
2025-04-28 18:40:24 -07:00
Brandon Keiji
3e76351ca9
fix: set .npmrc in HOME dir before publishing ( #206 )
2025-04-28 18:16:42 -07:00
Olcan
1d38ad956d
use full url for base image (found by seth troisi to save 5s from docker build time) ( #124 )
2025-04-22 14:41:25 -07:00
Olcan
d106bf2dc9
fix sandbox build broken at #94 ( #97 )
2025-04-21 14:55:17 -07:00
Seth Troisi
508e768443
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
Olcan
cd8036f7bb
Minimal container setup. Install docker (or podman), build container with scripts/build_container.sh, then start with scripts/start_container.sh. Exit with ^C for now. ( #61 )
2025-04-20 08:22:17 -07:00