Skip to content
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

[Bug]: Failed to download package #573

Open
giovanniincammicia opened this issue Jan 28, 2024 · 1 comment
Open

[Bug]: Failed to download package #573

giovanniincammicia opened this issue Jan 28, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@giovanniincammicia
Copy link

Feature id and version

ghcr.io/devcontainers-contrib/features/pnpm:2

Devcontainer base Image

mcr.microsoft.com/devcontainers/typescript-node:1-20-bullseye

What happened?

This is my devcontainer.json:

// For format details, see https://aka.ms/devcontainer.json. For config options, see the // README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node { "name": "test", "image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bullseye", "features": { "ghcr.io/devcontainers-contrib/features/pnpm:2": {} }, "postCreateCommand": "git config --global --add safe.directory /workspaces/test" }

When I tried to build my devcontainer, I received an error saying: "Failed to download package".

(not relevant, but is there a way to avoid that git config?)

Relevant log output

* Processing feature: ghcr.io/devcontainers-contrib/features/npm-package
[2024-01-28T11:34:02.568Z] Error getting blob: Error: connect ETIMEDOUT 140.82.121.34:443
[2024-01-28T11:34:02.570Z] Error: Failed to download package for ghcr.io/devcontainers-contrib/features/npm-package
@giovanniincammicia giovanniincammicia added the bug Something isn't working label Jan 28, 2024
@evilhamsterman
Copy link

This project is not associated with the devcontainer project and appears to have been abandoned #628 . The official project has removed all devcontainer-contrib features from their listing. devcontainers/devcontainers.github.io#451. There is a fork that is being worked on to update and maintain the features https://github.com/devcontainers-extra/features

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants