devcontainers / devcontainers/features
is there a way to not install feature dependencies?
- Dominant language
- Shell
- Stars
- 1.5k
- Forks
- 621
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 4
Description
Hi Team,
I'm using a feature, which has deps but i'd like to not install them as they try to point to the public repos which I don't have access to, and the container fails with exit 1.
```
[16109 ms] Resolving Feature dependencies for 'internalmirror/joshuanianji/devcontainer-features/aws-cli-persistence:latest'...
[16110 ms] * Processing feature: internalmirror/joshuanianji/devcontainer-features/aws-cli-persistence:latest
[23012 ms] * Processing feature: ghcr.io/devcontainers/features/aws-cli
```
So the issue with this one is it has a dep of `ghcr.io/devcontainers/features/aws-cli` , which I can't override the location for, so it will always fail.
There there any way to tell it to ignore feature deps?
Contributor guide
Assessment
This issue has not been assessed yet.