-
Notifications
You must be signed in to change notification settings - Fork 27
issue again likely with hardlinks #375
Comments
This is claimed to be a recent regression (rotating tags would help prove/disprove). |
What's really weird is that so far I can't reproduce this with |
I’m struggling to understand something. If I reference by digest a centos bootc image from a week ago, that worked at that time, why shouldn’t it work today? is there something during the build process that gets downloaded on the go and pulling the latest? Let's say my Containerfile is now:
That digest is from 3 days ago. |
It's definitely possible that if you're using a new bib image that that is somehow involved in the failure. Also
Oh wow, I had no idea this existed, it must be something that the tekton release flow is doing automagically? Will comment over in #189 |
BIB latest image is from 7 days ago, and this was working 3 days ago... |
After a bunch of debugging, ostreedev/ostree-rs-ext#605 pointed out that the problem is that osbuild is not creating a |
Closing in favor of osbuild/bootc-image-builder#223 |
@oglok for my own sanity...did you end up rebuilding that image with podman? I no longer reproduce the failure. |
Yes, it works now @cgwalters |
Deploying quay.io/flightctl/flightctl-agent-centos:bootstrap with bib fails like this:
At first, I thought this was another echo of coreos/rpm-ostree#3827 (comment) ➡️ ostreedev/ostree-rs-ext@883a79e
Digging into the relevant layer, it's the one corresponding to this run invocation:
Digging in a bit...the first thing I notice here is that building that with podman here works fine. And yes...it looks like that same issue, because in the remotely built image we have:
But I thought we'd fixed this one....ah yes, in ostreedev/ostree-rs-ext@43e1648 and also in ostreedev/ostree-rs-ext#558
The text was updated successfully, but these errors were encountered: