Bazzite is not labelling version `org.opencontainers.image.version` on `ghcr.io/ublue-os/bazzite`

Bazzite is no longer creating a "org.opencontainers.image.version": "" label
1 Reply
Noah โœ ๐Ÿ‡ฆ๐Ÿ‡บ
It has an empty string, but only with ghcr.io/ublue-os/bazzite and not ghcr.io/ublue-os/bazzite-deck interestingly also interestingly, version label has the version in it when I do ver=$(skopeo inspect docker://ghcr.io/ublue-os/kinoite:39 | jq -rc '.Labels["org.opencontainers.image.version"]') >> output then output comes out as an empty file skopeo also does not fail when it can't parse. I think it has something to do with https://github.com/ublue-os/bazzite/blob/daa1299fc883afcaaa06dd63615b2a8ef07e3a5c/.github/workflows/build.yml#L186 where we check if the image flavour is main it would be trying to do ghcr.io/ublue-os/kinoite but it can't get this because it doesnt exist nvm i just looked at the output, and its trying to do kinoite-main i dont even know anymore