pub(crate) const STORAGE_ALIAS_DIR: &str = "/run/bootc/storage";Expand description
Global directory path which we use for podman to point it at our storage. Unfortunately we can’t yet use the /proc/self/fd/N trick because it currently breaks due to how the untar process is forked in the child.