Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
schema/gen: Include .json instead of excluding .go
To avoid accidentally including .swp, .un~, etc. [1]. Test with: $ touch schema/.defs-image.json.swp $ touch schema/.content-descriptor.json.un~ $ touch schema/foojson $ make schema-fs $ grep '"/' schema/fs.go "/config-schema.json": { "/content-descriptor.json": { "/defs-config.json": { "/defs-image.json": { "/defs.json": { "/image-layout-schema.json": { "/image-manifest-schema.json": { "/manifest-list-schema.json": { "/": { local: "/", [1]: opencontainers/image-spec#533 (comment) Signed-off-by: W. Trevor King <[email protected]>
- Loading branch information