cirocosta / estaleiro

building container images with bill of materials
Apache License 2.0
2 stars 0 forks source link

frontend: semantic validation step #24

Open cirocosta opened 5 years ago

cirocosta commented 5 years ago

Hey,

We've been performing a bunch of validation during the construction of the LLB, but that could be better done through the use of a semantic validation step that we could perform right after the parsing.


    config parsing
        ==> semantic check 
            ==> llb generation

Ideally, it'd be nice to be able to reference back in the config file where a given problem occurs, but I highly doubt that this can be trivially achieved.


Valdiations to perform:

cirocosta commented 5 years ago

https://github.com/cirocosta/estaleiro/issues/10