While attempting to set up a development container using VS Code with Alpine Linux, the process fails to download the VS Code Server. The error message indicates a 404 HTTP error, stating that the specified blob does not exist.
Steps to Reproduce:
Start the setup of a development container using VS Code.
Select Alpine Linux as the base image.
Observe the logs during the installation process.
Error Log Snippet:
Failed to download VS Code Server (https://cursor.blob.core.windows.net/remote-releases/d9f8a232158c173cb84b31a70a49a9689bf0f770/vscode-reh-linux-alpine.tar.gz): HTTP 404 - The specified blob does not exist.
Expected Behavior:
The VS Code Server should download successfully without encountering a 404 error.
Additional Information:
The issue appears to be related to the specific commit ID d9f8a232158c173cb84b31a70a49a9689bf0f770.
Support for Alpine Linux is currently in preview, which may contribute to this issue.
Suggested Action:
Investigate the availability of the specified VS Code Server blob for Alpine Linux and ensure that the correct resources are hosted for the installation process.
Hey, just to follow up, I’ve spoke to the team and we our Remote SSH server doesn’t currently support Alpine, which may mean SSH still possibly would not work with the correct SSH extension installed!
I’ll log this down so we can look at adding it in the future.
DevContainers do work in Cursor, but the compatibility and integration is not as good as we want it to be yet, these are definitely areas we want to improve on in the near future!
@danperks I am getting the same issue as well. We do have a few servers with Alpine Linux, what alternative do we have? Is there a solution for this? VSCode does support them, so what is different with Cursor?