We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ecc54 commit d681d54Copy full SHA for d681d54
src/cmd-import
@@ -79,7 +79,7 @@ def generate_oci_archive(args, tmpd):
79
shutil.copy(args.srcimg.partition(':')[2], tmpf)
80
else:
81
subprocess.check_call(['skopeo', 'copy', '--preserve-digests', args.srcimg,
82
- f"oci-archive:{tmpf}"])
+ f"oci-archive:{tmpf}"])
83
return tmpf
84
85
0 commit comments