Nalin Dahyabhai

Results 221 comments of Nalin Dahyabhai

I tend to prefer offering an API toggle for the sake of tools that use us as a library. In this case, in my experience, if the source does not...

I know that we used to remove them for some of the builds which would have come across this, but https://issues.redhat.com/browse/ENGCMP-5332 suggests that we want to stop doing that, as...

> Just keep in mind that the `SOURCE_DATE_EPOCH` should be incremented between multiple `dnf install ...` calls during the container build. Otherwise all the transactions in the history db would...

Yes, the ignores would need to be processed when mounting the default build context.

Friendly reminder that all OpenShift repositories have a bot that can handle merging things.

That's the long-documented behavior, and the `COPY` instruction provides a `--chown` flag for overriding that default. I don't expect to change the default.

Can you confirm the output of `buildah info` in this setup? Which image was this using? The mountpoint which it was attempting to use was `/var/lib/containers/storage/overlay/26eb81fb7f8443c9c1a1d1964f5ec83b285031b92d1f5e698b41aeb783ad0470/merged`, which looks like an...

Well, the `"GraphDriverName": "overlay",` suggests that something's gone awry setting $STORAGE_DRIVER for the container.

The `--arch` is for specifying what we record in the manifest list being built - I don't think we wired in a way to override the selection of what to...