xyny

Results 104 comments of xyny

There doesn't seem to be a standard. https://github.com/opencontainers/image-spec/blob/main/annotations.md#pre-defined-annotation-keys Keep in mind that the key fetching from the source repo would have to happen directly through `git` to support other forges...

I've updated https://github.com/xynydev/create-ublue-image to serve this purpose, but that tool will ultimately be replaced by `bluebuild init`, and as such I'm not going to document the existence of the older...

Ok, I tried to do some local development on this, but unfortunately got f`rust`rated. I've got some ideas for how this could work, though: 0. Ask some questions to get...

Layering Steam is a pretty hard problem with rpm-ostree currently. [Bazzite](https://github.com/ublue-os/bazzite) does it, and it works pretty well, but requires some hacks. If you just want to install it locally...

I'm not aware of there being much documentation. This is the RUN step that installs Steam for Bazzite (among other things): https://github.com/ublue-os/bazzite/blob/main/Containerfile#L421 If you _really_ want to layer Steam, doing...

I was initially shocked because I thought we'd specced out every overlap. But now I'm just thinking: *if `latest` and `stable` is the same version, why do you care about...

I think it would just create `xxx-alt-tag-one` and `xxx-alt-tag-two` separately. If you want a tag with multiple alt-tags listed, you don't want multiple alt-tags.

This is planned, we'll have JSONSchema validation, the schema repo is here: https://github.com/blue-build/schema This will also support validation inside your code editor, if it supports YAML LSP.

Since a standard comment line linking the schema is needed for LSP support, I thought that that could also encode the recipe format version: `# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json` ^ that is...

> VanillaOS v1 users have to reinstall to get into VanillaOS v2, since it got refactored, as far as I'm aware. Yup, I think so too. v1 is built on...