I use bazzite as a upstream for a container which is customized for my house. This has been working pretty well until today. The only change I made was to a property in the sssd.conf of my image, but whenever I try to update now I get:
ostree chunk layers already present: 65
custom layers already present: 2
custom layers needed: 5 (543.9 MB)
Fetching layer sha256:54aad25b2c0b (290.7 MB)... done
error: Importing: Parsing layer blob sha256:54aad25b2c0be0a2d653a6c32a1066593f860ed404e27f6b1802311253dadfc2: Regex version mismatch, expected: 10.42 2022-12-11 actual: 10.44 2024-06-07
Regex version mismatch, expected: 10.42 2022-12-11 actual: 10.44 2024-06-07: Processing tar: Filtering tar stream: numeric field was not a number: when getting cksum for e-noto-sans-cjk-fonts/NotoSansCJK-Medium.ttc
I have gone as far as rebasing to the bazzite image. I get this same image when trying to rebase back to my own image.
I have even reinstalled bazzite from scratch, but when I try to rebase to my image the first time, I also get this problem.
My Containerfile and build.sh are very simple. It basically copies in a few /etc files to setup ldap, installs a few packages, and enables a few services. I had planning to make it more complicated later with some run-once services, but I never got the chance.
I don’t understand what possible way I could be manipulating this font file.
Any ideas would be helpful.