don't attempt docker load if s9pk corrupted (#2236)

This commit is contained in:
Aiden McClelland
2023-03-21 11:23:44 -06:00
committed by GitHub
parent d966e35054
commit 70afb197f1

View File

@@ -1449,6 +1449,7 @@ pub fn load_images<'a, P: AsRef<Path> + 'a + Send + Sync>(
"Error loading docker images from s9pk: {e}"
);
tracing::debug!("{e:?}");
return Ok(());
}
},
_ => unreachable!(),