This directory contains example validation manifests. You can download and adapt these manifests or use them directly from GitHub.
For example the Kubeflow example from the README can be used directly like this.
$ canary validate --file https://raw.githubusercontent.com/NVIDIA/container-canary/main/examples/kubeflow.yaml public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-scipy:v1.5.0-rc.1
Validating public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-scipy:v1.5.0-rc.1 against kubeflow
🏠 Home directory is /home/jovyan [passed]
👩 User is jovyan [passed]
🆔 User ID is 1000 [passed]
🌏 Exposes an HTTP interface on port 8888 [passed]
🔓 Sets 'Access-Control-Allow-Origin: *' header [passed]
🧭 Correctly routes the NB_PREFIX [passed]
validation passed
Contributing more manifests here is highly encouraged!