-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Align schema of image-info.json with Bazzite #97
Comments
Seems we are using the same format as Bluefin
|
Do we know what it looks like on base kinoite? |
I'll check Kinoite in a few but I would guess its pretty much the same as ours |
Tried to look for the file in my Kinoite VM but atleast cannot find it under /usr/share/ i think kinoite might not use this in anything. But I also don’t know how this file is used in Aurora/Bluefin/Bazzite so dont know which one we should follow. |
As far as I'm aware, this file is a Universal Blue specific file that is only used by our internal tooling. It's not currently a problem because we can control the schema of it, but it does make it more difficult if we want to share processes (e.g., scripts) between Bazzite and Aurora. I only ran into this because I was implementing #93 and I had to change how this file is interpreted in the code based on whether I was testing it on Aurora vs Bazzite. So bottom line, this isn't a high priority but more of a nice to have. |
There are a few discrepancies between the fields of
/usr/share/ublue-os/image-info.json
in Aurora and Bazzite. We should consider aligning these fields.On my Aurora machine:
On my Bazzite machine:
Key differences:
image-tag
refers to the update stream in Aurora, but refers to the upstream Fedora version in Bazziteimage-branch
is missing in Aurora but refers to the update stream in Bazziteversion
andversion-pretty
are absent in AuroraThe text was updated successfully, but these errors were encountered: