fix: Use built-in image inspection for podman and docker
This commit is contained in:
parent
566380a82a
commit
4e0ab374c9
8 changed files with 195 additions and 80 deletions
|
|
@ -179,6 +179,7 @@ impl BlueBuildCommand for BuildCommand {
|
|||
} else {
|
||||
PathBuf::from(CONTAINER_FILE)
|
||||
})
|
||||
.platform(self.platform)
|
||||
.recipe(recipe)
|
||||
.drivers(self.drivers)
|
||||
.build()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue