const CONTAINER_RUNTIME_FILES: &[&str];Expand description
Files injected by container runtimes (podman/buildah) that should be ignored when linting. Podman bind-mounts stub-resolv.conf for DNS resolution, creating parent directories as a side effect. As of only recently, buildah will clean this up. See https://github.com/containers/buildah/pull/6233 See https://github.com/bootc-dev/bootc/issues/2050