imjasonh / ideas

A place for me to file issues against myself for things I want to build when I'm bored
5 stars 0 forks source link

Container image validation using cuelang #104

Open imjasonh opened 2 years ago

imjasonh commented 2 years ago

Sort of like container-structure-test's metadata test, and file existence and contents tests, only using Cuelang instead of YAML.


Given an image I've previously built (in a registry, in a tarball, in an OCI layout), I may want to check if:

imjasonh commented 2 years ago

...or CEL?

imjasonh commented 2 years ago

...or Starlark?