You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add HOST_USERS environment variable support for user namespace configuration
Adds support for injecting the HOST_USERS environment variable into workspace
containers based on the workspace configuration. When hostUsers is set to false,
containers receive HOST_USERS=false to indicate they're running in a dedicated
user namespace, allowing container images to adjust their behavior accordingly.
Changes:
- Add DefaultHostUsers constant (default: true)
- Add DevWorkspaceHostUsers environment variable name constant
- Inject HOST_USERS=false when workspace config has hostUsers set to false
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments