Nalin Dahyabhai
Nalin Dahyabhai
Either the latter, or tweak how `push` works.
The warning about "lazytime" looks like https://github.com/containers/fuse-overlayfs/issues/429, where it was hard-coded, but it was removed by https://github.com/containers/fuse-overlayfs/issues/430 after fuse-overlayfs 1.14 was tagged. It looks like `fuse: failed to execute /bin/mount:...
If the container's `/var/lib/containers/storage` directory is fresh for each run, omit the "mount_program" setting from the configuration, and you should be done. Otherwise, since fuse-overlayfs and the kernel don't handle...
Ah, right, it's still in a container, which means it's probably on top of an overlay filesystem, and fuse-overlayfs is okay with that situation in a way that the kernel's...
Is this about #5227?
Then, if the answer to https://github.com/containers/buildah/issues/5227#issuecomment-2269878679 ends up being "the CDI configuration wasn't provided to the container", there may not be anything needed here beyond updating to 1.36, which was...
I'm not seeing this error on my system, but then it (Fedora 41) doesn't have a `/etc/bash_completion` file. Could it be specific to your package, system, or distribution?
Ah, it wasn't being picked up automatically when I launched a subshell. @Luap99 I'm told you know more about this than I do. Should we be using the output of...
I don't think this worked back in 4.9.4. Near as I can tell, the ARG value from the heading wasn't being evaluated there, effectively causing it to be treated as...
Ah, @baude corrected me - it _did_ pay attention to arg values supplied in the header, but ignored those supplied from elsewhere.