Nalin Dahyabhai
Nalin Dahyabhai
`io.Copy()` doesn't manipulate the filesystem. https://pkg.go.dev/io#Copy describes its behavior.
That logic is maintained in the https://github.com/containers/container-libs repository, and tbh it's been some time since I last looked at the details of it. If there's an optimization to be made...
I always imagined `--digestfile` as a complement to `--iidfile`, and we don't include a newline at the end of those because `docker build` doesn't. What's the intent behind making this...
It looks like bazel is starting a daemon in the first RUN instruction that the chroot isolation isn't able to ensure is terminated. After the instruction finishes, the temporary resolv.conf...
That sounds like podman's `farm build` functionality.
Generally looks fine. Flags, even when they're specific to RUN, don't tend to have a "run-" prefix for `buildah build` - they tend to just look like the do for...
Ugh, I created merge conflicts with #6442. If I can trouble you to rebase one more time, I'll go ahead and merge this.
/lgtm Thanks!
As mentioned in #3473, I think the `--quiet` flag suppresses those, and some other things. Is that sufficient?