-
Notifications
You must be signed in to change notification settings - Fork 51
Remove custom image option #196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Remove the ability to use custom Docker images for local sandbox. The sandbox now only supports two modes: - docker: Uses the pre-built hackerai/sandbox image - dangerous: Runs commands directly on the host OS This simplifies the codebase and removes the --image CLI option. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
BREAKING CHANGE: Remove --image flag for custom Docker images. The local sandbox now only supports two modes: - Default Docker mode using hackerai/sandbox image - Dangerous mode (--dangerous) for direct host OS access Users who were using custom images should use the default pre-built image which includes 30+ pentesting tools. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📝 WalkthroughWalkthroughThis PR removes support for "custom" sandbox mode and the imageName field across the entire codebase stack, narrowing mode types from "docker" | "dangerous" | "custom" to "docker" | "dangerous". Changes span database schema, backend APIs, frontend components, sandbox utilities, and CLI configuration. Changes
Estimated code review effort🎯 4 (Complex) | ⏱️ ~45 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
Comment |
Summary
--imageCLI option from@hackerai/localpackagedocker(default) anddangerouscustommode from schema, backend, and frontend componentsWhy?
--dangerousmodehackerai/sandboximage already includes 30+ pentesting toolsBreaking Changes
@hackerai/localv0.3.0: The--imageflag has been removed--dangerousmode