1 Repo
Validates specification files against a JSON schema automatically within Dev Containers to catch errors early.
Distinct from Dev Container Specifications: Distinct from Dev Container Specifications: focuses on schema validation of workload files inside the container, not generating the dev container configuration itself.
Explore 1 awesome GitHub repository matching devops & infrastructure · Schema Validators. Refine with filters or upvote what's useful.
Score is a platform-agnostic workload specification standard that defines containerized application deployments and their resource dependencies in a declarative YAML format. It provides a developer-centric specification that separates environment-agnostic workload definitions from environment-specific configuration, enabling consistent deployment across development, testing, and production environments. The specification framework translates a single workload definition into deployable manifests for multiple container orchestration platforms, including Docker Compose and Kubernetes. It includ
Provides automatic schema validation of workload files inside Dev Containers to catch configuration errors early.