Do not specify an image format for layers

This commit is contained in:
jpic
2021-04-24 13:12:19 +02:00
parent 84b1230146
commit 1221ac5016
-1
View File
@@ -107,7 +107,6 @@ class Buildah(Target):
await self.parent.exec( await self.parent.exec(
'buildah', 'buildah',
'commit', 'commit',
'--format=' + action_image.format,
self.ctr, self.ctr,
action_image, action_image,
) )