-
Notifications
You must be signed in to change notification settings - Fork 301
Bug: features index is not updated #480
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
Comments
Experiencing the same problem with sebst/devcontainer-features |
@samruddhikhandale Would you mind having a look at this as well? Thank you! |
Experiencing the same problem with vmvarela/devcontainer-features |
Looks like mine and @sebst's features are now showing up on https://containers.dev/features, but @vmvarela's still aren't... |
I see that Also, I can see devcontainers-extra's feature being listed there as well |
Looks like there was another update, so this seems fixed |
Thank you all for sharing this and confirming it's now fixed! Please let us know if you have any other questions. |
Hi @bamurtaugh! Right now there's no detailed information about the process of "indexing" the features - We only know that the indexed features are exposed in |
I noticed that the features from collections that were added in
_data/collection-index.yml
in September (so starting with "Hauke's Features for Development Containers") are not listed on features page, and they don't appear in VS Code (forDev Containers: Configure Container Features...
command)From my understanding the features are fetched from
devcontainer-index.json
file which is fetched during the page build step from imageghcr.io/devcontainers/index:latest
. The last update of that image is from September 7th. I don't know where the image is build, so I don't know the process, but I assume that rebuilding the image and publishing it should update thedevcontainer-index.json
file, so fix the issue.The text was updated successfully, but these errors were encountered: