-
Notifications
You must be signed in to change notification settings - Fork 239
feat: Add Windows support to retina-shell #1617
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
Co-authored-by: nddq <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also update the documentation
Co-authored-by: rbtr <[email protected]>
Documentation updated in commit 3bce1e7. I've updated both the shell/README.md and docs/06-Troubleshooting/shell.md files to reflect Windows support, including examples, tools available, and environment variable configuration options. |
@copilot run |
…ormatter Co-authored-by: nddq <[email protected]>
I've run The changes include:
Warning Firewall rules blocked me from connecting to one or more addressesI tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
@copilot make this simpler by just using a host process container with only powershell installed |
Co-authored-by: nddq <[email protected]>
I've simplified the Windows shell container as requested in commit 04890c2. The changes include:
This makes the Windows container much smaller and simpler while still providing the essential debugging capabilities. Warning Firewall rules blocked me from connecting to one or more addressesI tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
This PR will be closed in 7 days due to inactivity. |
Pull request closed due to inactivity. |
This PR adds Windows node support to retina-shell by:
Accepting Windows as a supported OS
GetNodeOS
helper function to detect node OSCreating Windows-specific shell image
Dockerfile.windows
with Windows networking toolsretina-shell-image-win
to build Windows imagesWindows pod manifests
CLI enhancements
--windows-image-tag
flag to specify Windows image variantExample Usage
Testing
Added unit tests for all new functionality including:
Fixes #1529.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.