This sounds similar to some recipe development my team has written this year - not Kubernetes... but migrating Dockerfiles with various contextual changes across multiple files.
September 23, 2025 at 11:42 AM
This sounds similar to some recipe development my team has written this year - not Kubernetes... but migrating Dockerfiles with various contextual changes across multiple files.
Yeah, I'm open to collaborate on it. There are a few things I'm a bit iffy on currently, like whether I should keep Literals, KeyArgs, and Options as I have now.
I also wrote the parser by hand without referencing Moby, because I knew from previously looking that some of its parser is wonky.
June 21, 2025 at 1:26 AM
Yeah, I'm open to collaborate on it. There are a few things I'm a bit iffy on currently, like whether I should keep Literals, KeyArgs, and Options as I have now.
I also wrote the parser by hand without referencing Moby, because I knew from previously looking that some of its parser is wonky.