diff --git a/oci/private/load.sh.tpl b/oci/private/load.sh.tpl index ccd4d6ea..27da865e 100644 --- a/oci/private/load.sh.tpl +++ b/oci/private/load.sh.tpl @@ -28,6 +28,5 @@ mtree_contents="$(cat $MTREE)" mtree_contents="${mtree_contents//"$image_root"/}" mtree_contents="${mtree_contents//"$manifest_root"/}" -"$CONTAINER_CLI" load --input <( - "$TAR" --cd "$RUNFILES_DIR/{{workspace_name}}" --create --no-xattr --no-mac-metadata @- <<< "$mtree_contents" -) +"$TAR" --cd "$RUNFILES_DIR/{{workspace_name}}" --create --no-xattr --no-mac-metadata @- <<< "$mtree_contents" | \ + "$CONTAINER_CLI" load