Nalin Dahyabhai

Results 221 comments of Nalin Dahyabhai

As described, this would intentionally not leave a trace in the built image's config, meaning it could not be accounted for by the cache evaluation logic.

Solving this here doesn't solve it for imagebuilder's CLI tool. I'm not sure what I think about that yet.

Ah, sorry, that reference was buried somewhere in the linked issue. When I talk about "imagebuilder", I mean https://github.com/openshift/imagebuilder. The Dockerfile parsing logic mostly lives in `github.com/openshift/imagebuilder/dockerfile`. The `github.com/openshift/imagebuilder.Builder` object...

That one's cropping up frequently.

Yeah, I don't have knowledge of when it's going to be resolved.

#6286 proposes moving those test tasks to their own non-blocking groups for the meantime.

Read-write bind mounts get converted into overlays to match the expectation that writes to them get discarded. This was part of the patch set that we backported to multiple branches...