-
Notifications
You must be signed in to change notification settings - Fork 261
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
keywords
is not included in devContainerFeature.schema.json
#204
Comments
Thanks for opening this! @joshspicer I think this is just missing from the schema, but please let me know otherwise! |
We just got bitten by this issue for the second time in a few months 😢 Today we attempted to categorise our private features (100+). We discussed categories, then added We're now forced to manually revert a large number of (partial) commits. The workaround - disabling schema validation for the action - is not an option for us. For anyone facing the same issue, you can disable schema validation in the workflow file: jobs:
publish:
# [..]
- name: "Publish Features"
uses: devcontainers/action@v1
with:
disable-schema-validation: "true"
# [..] |
I opened PR #402 to address this issue. It adds the missing @bamurtaugh @joshspicer - Feel to review it and have a lovely day 👋 |
The documentation for Features on containers.dev lists
keywords
as a possible value for thedevcontainer-feature.json
file. That entry is not included in the schema file though. Is this an error with the documentation and keywords are not actually meant to be included (anymore?), or is this something that's missing from the schema?The text was updated successfully, but these errors were encountered: