fix: Use built-in image inspection for podman and docker

This commit is contained in:
Gerald Pinder 2024-10-03 17:50:59 -04:00
parent 566380a82a
commit 4e0ab374c9
8 changed files with 195 additions and 80 deletions

View file

@ -179,6 +179,7 @@ impl BlueBuildCommand for BuildCommand {
} else {
PathBuf::from(CONTAINER_FILE)
})
.platform(self.platform)
.recipe(recipe)
.drivers(self.drivers)
.build()