Aviral Garg
31960c3388
fix(sandbox): harden image packaging integrity checks ( #19552 )
2026-02-23 21:02:42 +00:00
Jacob MacDonald
ca3d260a2b
Revert "Update package.json in include git dependency on Ink fork." ( #11365 )
2025-10-17 14:48:29 +00:00
Jacob Richman
cd0f9fe22f
Update package.json in include git dependency on Ink fork. ( #11330 )
2025-10-17 03:32:53 +00:00
matt korwel
5f080aa52a
fix(ci): e2e workflow aligned with release ( #9296 )
2025-09-25 18:26:07 +00:00
Brandon Keiji
f6c36f75e3
fix: prepublish changes to package names ( #1420 )
2025-06-25 12:41:11 +00:00
Zach Sais
cc7459e403
fix version release for Dockerfile build ( #1080 )
2025-06-16 06:13:39 +00:00
N. Taylor Mullen
12c33c1fe6
feat(cli): add glob as a direct dependency ( #1065 )
2025-06-15 00:50:26 -07:00
Steren
d0b77d9fa0
Dockerfile: Node 22 and ENTRYPOINT ( #1038 )
2025-06-14 19:01:06 +00:00
Olcan
e38d2078cc
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
6e4b84a60d
Fix Build Failure - Build fails in sandbox due to missing build toolchain ( #831 )
2025-06-08 01:04:20 -04:00
cperry-goog
18d6a11c04
refactor: rename gemini-code to gemini-cli ( #822 )
2025-06-07 14:27:22 -07: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
816cc08a8f
fix(sandbox): set default env var to 'gemini-cli-sandbox' ( #620 )
2025-05-30 18:02:27 +00:00
Brandon Keiji
f21abdd1f0
fix(sandbox): use CMD for default entrypoint ( #601 )
2025-05-29 22:16:39 +00:00
Brandon Keiji
dc94a03f39
feat: publish root Dockerfile to our image registry ( #599 )
2025-05-29 14:01:44 -07:00
Taylor Mullen
5b4c9e8e43
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
0d849bf58e
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
3073c67861
fix: set .npmrc in HOME dir before publishing ( #206 )
2025-04-28 18:16:42 -07:00
Olcan
93458727e8
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
1340c7a792
fix sandbox build broken at #94 ( #97 )
2025-04-21 14:55:17 -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
Olcan
99f5ed9ecb
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