Description:
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.