From 1221ac5016e00cd4b3b64d76dad5af68291a0f54 Mon Sep 17 00:00:00 2001 From: jpic Date: Sat, 24 Apr 2021 10:55:01 +0200 Subject: [PATCH] Do not specify an image format for layers --- shlax/targets/buildah.py | 1 - 1 file changed, 1 deletion(-) diff --git a/shlax/targets/buildah.py b/shlax/targets/buildah.py index da68553..71e3ebc 100644 --- a/shlax/targets/buildah.py +++ b/shlax/targets/buildah.py @@ -107,7 +107,6 @@ class Buildah(Target): await self.parent.exec( 'buildah', 'commit', - '--format=' + action_image.format, self.ctr, action_image, )