xyny
xyny
@gmpinder ETA?
Hadn't heard of this, sounds cool. The actual pushing logic is in the CLI, so @gmpinder might want to take a look at this. > However, I think the big...
The main issue here is that building multiple versions of an image with the same name is not possible with the current tagging system, which always assigns the `latest` tag...
>> The main issue here is that building multiple versions of an image with the same name is not possible with the current tagging system, which always assigns the latest...
Aight, I've been conciously not thinking about this for the past few days, so here are some fresh thoughts outlined: - I'm actually not sure that A&B from before are...
I dislike jsonnet syntax, and I think supporting multiple options would be great. JS with Deno could also be integrated into Rust, and I think I could make a pretty...
Well, there is no reason to include an entire JS runtime, then. It doesn't have to be integrated onto the Rust-based CLI. Integrating Jsonnet to give JSON commandline output would...
> So this would be something for creating matricies in GHA? Yup! > Also sounds like something that I could make for GitLab CI. There's a way to generate another...
I made a short TS library file for the JS/TS configuration, and I think that made it quite nice. The recipe config is also typed, so using a compatible editor...
Ok... I think I found the perfect solution. It's called [RCL](https://rcl-lang.org/). [Here's a blog post by the author.](https://ruudvanasseldonk.com/2024/a-reasonable-configuration-language) It's written in Rust, it's nice to use, and the dev @ruuda...